roam/20210225144943-openapi_core...

1.0 KiB

OpenAPI Core Exceptions

Diagram of the exceptions in the OpenAPI Core library.

  digraph {
          # openapi-core/openapi_core/casting/schemas/exceptions.py
          OpenAPIError -> CastError
          # openapi-core/openapi_core/deserializing/exceptions.py 
          OpenAPIError -> DeserializeError
          # openapi-core/openapi_core/deserializing/parameters/exceptions.py
          DeserializeError -> EmptyParameterValue
          # openapi-core/openapi_core/unmarshalling/schemas/exceptions.py 
          OpenAPIError -> UnmarshalError
          UnmarshalError -> ValidateError
          UnmarshalError -> UnmarshallerError
          ValidateError -> InvalidSchemaValue
          UnmarshallerError -> InvalidSchemaFormatValue
          UnmarshallerError -> FormatterNotFoundError
  }

/correlr/roam/media/branch/main/openapi-core-exceptions.svg