Skip to content

OpenAPI_Components_ReferenceError

mattpolzin edited this page Jun 11, 2021 · 4 revisions

OpenAPI.Components.ReferenceError

public enum ReferenceError: Swift.Error, Equatable, CustomStringConvertible 

Inheritance

CustomStringConvertible, Equatable, Swift.Error

Enumeration Cases

cannotLookupRemoteReference

case cannotLookupRemoteReference

missingOnCreation

case missingOnCreation(name: String, key: String)

missingOnLookup

case missingOnLookup(name: String, key: String)

Properties

description

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