Skip to content

Commit fe773ac

Browse files
author
christian.casado
committed
Added error codes for funding sources errors
1 parent f8eb8f3 commit fe773ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/shipengine/exception/ShipEngineException.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ public enum ErrorType {
4040
ERROR,
4141
SECURITY,
4242
SYSTEM,
43-
VALIDATION
43+
VALIDATION,
44+
WALLET,
45+
FUNDING_SOURCES
4446
}
4547

4648
public enum ErrorCode {

0 commit comments

Comments
 (0)