Skip to content

InconsistencyError

mattpolzin edited this page Jun 11, 2021 · 5 revisions

InconsistencyError

This error type is thrown when a problem during encoding or decoding but the problem is not inherent to the types or structures but rather specific to the OpenAPI specification rules.

public struct InconsistencyError: Swift.Error, CustomStringConvertible, OpenAPIError 

Inheritance

CustomStringConvertible, OpenAPIError, Swift.Error

Properties

subjectName

public let subjectName: String

details

public let details: String

codingPath

public let codingPath: [CodingKey]

contextString

public var contextString: String 

errorCategory

public var errorCategory: ErrorCategory 

localizedDescription

public var localizedDescription: String 

description

public var description: String 
Types
Protocols
Global Functions
Extensions
Clone this wiki locally