mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-08 03:49:43 +00:00
6 lines
No EOL
206 B
Dart
6 lines
No EOL
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';
|
|
} |