added ErrorCode file
This commit is contained in:
parent
4cb835cefe
commit
f5f2490c86
1 changed files with 7 additions and 0 deletions
7
src/utils/common/errorCodes.ts
Normal file
7
src/utils/common/errorCodes.ts
Normal file
|
@ -0,0 +1,7 @@
|
|||
const errorCodes = {
|
||||
ERR_STORAGE_LIMIT_EXCEEDED: '426',
|
||||
ERR_NO_ACTIVE_SUBSRICTION: '402',
|
||||
ERR_NO_INTERNET_CONNECTION: '1',
|
||||
};
|
||||
|
||||
export default errorCodes;
|
Loading…
Add table
Reference in a new issue