Skip to content

InconsistencyError

mattpolzin edited this page Sep 28, 2020 · 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

let subjectName: String

details

let details: String

codingPath

let codingPath: [CodingKey]

contextString

var contextString: String

errorCategory

var errorCategory: ErrorCategory

localizedDescription

var localizedDescription: String

description

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