ErrorResponse
public struct ErrorResponse : Codable
Undocumented
-
Undocumented
Declaration
Swift
public let error: APIError? -
Undocumented
Declaration
Swift
public let status: String? -
Undocumented
Declaration
Swift
public let response: String? -
Declaration
Swift
public init(from decoder: Decoder) throws
ErrorResponse Structure Reference