snip.api.exceptions

Custom exceptions raised by the API client.

Exceptions

AuthenticationException(message[, details])

An exception raised when an authentication error occurs.

BadRequestException(message[, details])

An exception raised when the request is invalid.

Module Exceptions

exception snip.api.exceptions.AuthenticationException(message: str, details: dict | None = None)

An exception raised when an authentication error occurs.

exception snip.api.exceptions.BadRequestException(message: str, details: dict | None = None)

An exception raised when the request is invalid.