Skip to content

Commit 2bb8af0

Browse files
committed
Add RemoteConnectionError class
1 parent 00afdd0 commit 2bb8af0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

brainframe/api/bf_errors.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,10 @@ class LicenseExpiredError(BaseAPIError):
283283
class LicenseInvalidError(BaseAPIError):
284284
"""There was an attempt to upload a license that is in an invalid format.
285285
"""
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

Comments
 (0)