Exceptions
matchbox.common.exceptions
¶
Custom exceptions for Matchbox.
Classes:
-
MatchboxClientSettingsException
–Incorrect configuration provided to client.
-
MatchboxUnparsedClientRequest
–The API could not parse the content of the client request.
-
MatchboxUnhandledServerResponse
–The API sent an unexpected response.
-
MatchboxSourceColumnError
–Source columns diverge with the warehouse.
-
MatchboxSourceEngineError
–Engine must be available in Source.
-
MatchboxSourceTableError
–Tables not found in your source data warehouse.
-
MatchboxServerFileError
–There was a problem with file upload.
-
MatchboxResolutionNotFoundError
–Resolution not found.
-
MatchboxSourceNotFoundError
–Source not found on the server.
-
MatchboxDataNotFound
–Data doesn’t exist in the Matchbox source table.
-
MatchboxClientFileError
–There was a problem with file download.
-
MatchboxConnectionError
–Connection to Matchbox’s backend database failed.
-
MatchboxDeletionNotConfirmed
–Deletion must be confirmed: if certain, rerun with certain=True.