From d8d39bd98ac468a79ca4de6865045c16dfc78681 Mon Sep 17 00:00:00 2001 From: "christian.casado" Date: Wed, 7 Aug 2024 10:06:29 +0200 Subject: [PATCH] Added error codes for funding sources errors --- src/constants/error-type.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/constants/error-type.ts b/src/constants/error-type.ts index e6d1c81d..7c4dfa53 100644 --- a/src/constants/error-type.ts +++ b/src/constants/error-type.ts @@ -9,4 +9,6 @@ export type ErrorType = | "security" | "validation" | "business_rules" - | "system"; + | "system" + | "wallet" + | "funding_sources";