We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00afdd0 commit 2bb8af0Copy full SHA for 2bb8af0
1 file changed
brainframe/api/bf_errors.py
@@ -283,3 +283,10 @@ class LicenseExpiredError(BaseAPIError):
283
class LicenseInvalidError(BaseAPIError):
284
"""There was an attempt to upload a license that is in an invalid format.
285
"""
286
+
287
288
+@_register_error()
289
+class RemoteConnectionError(BaseAPIError):
290
+ """The server encountered an error while connecting to a remote resource
291
+ that is required for the requested operation.
292
+ """
0 commit comments