The connector_exception.py module#
Summary#
Provides top-level exceptions for connectors. |
|
Exception when connection information is invalid. |
|
Exception when the connection is not authorized. |
|
Exception when the connection returns other than 200. |
|
Exception when the received JSON data is invalid. |
|
Exception when the requested project is not found. |
|
Exception when the requested element is not found. |
|
Exception when the name given for a project is not correct. |
|
Exception when a project with the same name already exists. |
|
Exception when request is invalid. |
|
Exception when trying to download diagrams. |
|
Exception when diagram functionality is not available for the project. |
Description#
Custom exceptions for connector-related errors.