Skip to content

JSONSchemaResolutionError

mattpolzin edited this page Jun 11, 2021 · 3 revisions

JSONSchemaResolutionError

public struct JSONSchemaResolutionError: Swift.Error, CustomStringConvertible 

Inheritance

CustomStringConvertible, Swift.Error

Properties

description

public var description: String 

unsupported

public static let unsupported: JSONSchemaResolutionError 

typeConflict

public static let typeConflict: JSONSchemaResolutionError 

formatConflict

public static let formatConflict: JSONSchemaResolutionError 

attributeConflict

public static let attributeConflict: JSONSchemaResolutionError 

inconsistency

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