Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-cakewallet
QOSAMI-cakewallet
/
cw_zano
/
lib
/
api
/
consts.dart
Code
Commits
Issues
Pulls
Sessions
CI/CD
dev
dev
dart
6 lines
207 Bytes
Copy permalink
Copy
Raw
1
class
Consts
{
2
static
const
errorWrongSeed
=
'WRONG_SEED'
;
3
static
const
errorAlreadyExists
=
'ALREADY_EXISTS'
;
4
static
const
errorWalletWrongId
=
'WALLET_WRONG_ID'
;
5
static
const
errorBusy
=
'BUSY'
;
6
}