mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-25 04:48:10 +00:00
6 lines
206 B
Dart
6 lines
206 B
Dart
class Consts {
|
|||
static const errorWrongSeed = 'WRONG_SEED';
|
|||
static const errorAlreadyExists = 'ALREADY_EXISTS';
|
|||
static const errorWalletWrongId = 'WALLET_WRONG_ID';
|
|||
static const errorBusy = 'BUSY';
|
|||
}
|