ZoneError

class petres.errors.ZoneError[source]

Bases: PetresError

Represent errors raised during zone operations.

Use this exception to distinguish zone-specific failures from other domain errors and handle them consistently.

Initialize the error and format the active message template.

default_message: str = 'An error occurred related to zone operations.'