seagrass.errors

exception seagrass.errors.SeagrassError

Bases: Exception

A generic error for the Seagrass library.

exception seagrass.errors.EventNotFoundError(event_name: str)

Bases: SeagrassError

Raised when we try to reference an auditing event that does not currently exist.

__init__(event_name: str) None

Create a new EventNotFoundError.

Parameters

event_name (str) – the name of the event that could not be found.