first blood
This commit is contained in:
8
rnwalletman/errors.ts
Normal file
8
rnwalletman/errors.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export const Errors = {
|
||||
notImplementedError : "not implemented",
|
||||
featureNotImplementedError : "feature not implemented",
|
||||
invalidParamsError : "invalid params",
|
||||
apiFailedError : "api request failed",
|
||||
walletNotFoundError : "wallet not found",
|
||||
orderNotFoundError : "order not found",
|
||||
}
|
||||
Reference in New Issue
Block a user