EitherDecodeNoTypesMatchedError - mattpolzin/OpenAPIKit GitHub Wiki
EitherDecodeNoTypesMatchedError
public struct EitherDecodeNoTypesMatchedError: Swift.Error, CustomStringConvertible
Inheritance
CustomStringConvertible, Swift.Error
Properties
codingPath
public let codingPath: [CodingKey]
individualTypeFailures
public let individualTypeFailures: [IndividualFailure]
description
public var description: String