cake_wallet/cw_zano/lib/api/consts.dart

6 lines
206 B
Dart
Raw Normal View History

2023-12-16 12:19:11 +00:00
class Consts {
static const errorWrongSeed = 'WRONG_SEED';
static const errorAlreadyExists = 'ALREADY_EXISTS';
static const errorWalletWrongId = 'WALLET_WRONG_ID';
2024-08-07 12:32:47 +00:00
static const errorBusy = 'BUSY';
2023-12-16 12:19:11 +00:00
}