We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a9dec commit d8d39bdCopy full SHA for d8d39bd
src/constants/error-type.ts
@@ -9,4 +9,6 @@ export type ErrorType =
9
| "security"
10
| "validation"
11
| "business_rules"
12
- | "system";
+ | "system"
13
+ | "wallet"
14
+ | "funding_sources";
0 commit comments