File tree 2 files changed +19
-0
lines changed
2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -235,3 +235,13 @@ class ErrorCode(Enum):
235
235
ShipEngine only allows you to have one webhook of each type. If you would
236
236
like to replace a webhook with a new one, please delete the old one first.
237
237
"""
238
+
239
+ FUNDING_SOURCE_MISSING_CONFIGURATION = "funding_source_missing_configuration"
240
+ """
241
+ Funding source isnt properly configured and can't be used.
242
+ """
243
+
244
+ FUNDING_SOURCE_ERROR = "funding_source_error"
245
+ """
246
+ There was a problem with a funding source.
247
+ """
Original file line number Diff line number Diff line change @@ -48,5 +48,14 @@ class ErrorType(Enum):
48
48
AUTHORIZATION = "authorization"
49
49
"""General authorization error type."""
50
50
51
+ INTEGRATIONS = "integrations"
52
+ """General integrations error type."""
53
+
54
+ WALLET = "wallet"
55
+ """General wallet error type."""
56
+
57
+ FUNDING_SOURCES = "funding_sources"
58
+ """General funding sources error type."""
59
+
51
60
ERROR = "error"
52
61
"""Generic error."""
You can’t perform that action at this time.
0 commit comments