Skip to content

JSONSchemaResolutionError

mattpolzin edited this page Oct 1, 2020 · 3 revisions

JSONSchemaResolutionError

public struct JSONSchemaResolutionError: Swift.Error, CustomStringConvertible

Inheritance

CustomStringConvertible, Swift.Error

Properties

description

var description: String

unsupported

let unsupported: JSONSchemaResolutionError

typeConflict

let typeConflict: JSONSchemaResolutionError

formatConflict

let formatConflict: JSONSchemaResolutionError

attributeConflict

let attributeConflict: JSONSchemaResolutionError

inconsistency

let inconsistency: JSONSchemaResolutionError
Types
Protocols
Global Functions
Extensions
Clone this wiki locally