roam/20210225144943-openapi_core_exceptions.org
2021-07-29 18:51:25 -04:00

1 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/commit/855709bf70065f6677724c7b6412943149acc994/openapi-core-exceptions.svg