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