Skip to content

OpenAPI_Error_Decoding_Operation_Context

mattpolzin edited this page Jun 11, 2021 · 3 revisions

OpenAPI.Error.Decoding.Operation.Context

public enum Context 

Enumeration Cases

request

case request(Request)

response

case response(Response)

inconsistency

case inconsistency(InconsistencyError)

other

case other(Swift.DecodingError)

neither

case neither(EitherDecodeNoTypesMatchedError)
Types
Protocols
Global Functions
Extensions
Clone this wiki locally