exceptions

edgeimpulse_api v1.0.0

edgeimpulse_api.exceptions module

exception edgeimpulse_api.exceptions.ApiAttributeError(msg, path_to_item=None)

Bases: OpenApiException, AttributeError

exception edgeimpulse_api.exceptions.ApiException(status=None, reason=None, http_resp=None)

Bases: OpenApiException

exception edgeimpulse_api.exceptions.ApiKeyError(msg, path_to_item=None)

Bases: OpenApiException, KeyError

exception edgeimpulse_api.exceptions.ApiTypeError(msg, path_to_item=None, valid_classes=None, key_type=None)

Bases: OpenApiException, TypeError

exception edgeimpulse_api.exceptions.ApiValueError(msg, path_to_item=None)

Bases: OpenApiException, ValueError

exception edgeimpulse_api.exceptions.ForbiddenException(status=None, reason=None, http_resp=None)

Bases: ApiException

exception edgeimpulse_api.exceptions.NotFoundException(status=None, reason=None, http_resp=None)

Bases: ApiException

exception edgeimpulse_api.exceptions.OpenApiException()

Bases: Exception

The base exception class for all OpenAPIExceptions

exception edgeimpulse_api.exceptions.ServiceException(status=None, reason=None, http_resp=None)

Bases: ApiException

exception edgeimpulse_api.exceptions.UnauthorizedException(status=None, reason=None, http_resp=None)

Bases: ApiException

edgeimpulse_api.exceptions.render_path(path_to_item)

Returns a string representation of a path

Last updated

Was this helpful?