Skip to content

Commit

Permalink
Added error codes for funding sources errors
Browse files Browse the repository at this point in the history
  • Loading branch information
christian.casado committed Aug 7, 2024
1 parent 20a9dec commit d8d39bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants/error-type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ export type ErrorType =
| "security"
| "validation"
| "business_rules"
| "system";
| "system"
| "wallet"
| "funding_sources";

0 comments on commit d8d39bd

Please sign in to comment.