roam/20210225144943-openapi_core_exceptions.org
2021-03-10 21:03:04 -05:00

958 B

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/3153491b2bafa1b9815245b60e27ccf328282226/openapi-core-exceptions.svg