ErrorDetail
public struct ErrorDetail : Codable, Equatable, Sendable
Model for API errors
-
Error id
Declaration
Swift
public let id: String -
Short name for the error
Declaration
Swift
public let name: String -
Detailed message explaining the error
Declaration
Swift
public let detail: String -
Undocumented
Declaration
Swift
public init( id: String, name: String, detail: String )
View on GitHub