Exceptions#

Exceptions that can be raised by API.

exception alertapi.errors.StateNotFound(message: str)[source]#

Exception throws when specified state does not exists.

message: str#

The error message.

class alertapi.errors.AlertAPIError[source]#

Base for an error raised by this API.

Any exceptions should derive from this.