Exceptions API#

Public exception hierarchy for FastAPI-Restly.

exception fastapi_restly.exceptions.RestlyConfigurationError#

Bases: RestlyError

Raised when Restly is used before required configuration is available.

exception fastapi_restly.exceptions.RestlyError#

Bases: Exception

Base class for FastAPI-Restly framework errors.