8 lines
306 B
TypeScript
8 lines
306 B
TypeScript
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",
|
|
} |