nadia.exceptions module

Common Exceptions.

exception nadia.exceptions.UnknownTypeException(typename)

Bases: Exception

Exception raised when we encounter unknown datatype in schema.

Note that circumstances under which this Exception is raised should not happen when the schema dict passed was created from valid OpenAPI specification.

Parameters:typename (str) – name of type that resulted in raising exception.