Files
rnpay/rnwalletman/errors.ts
2026-01-23 16:48:55 +08:00

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",
}