ErrorContent
public struct ErrorContent : Decodable
Describes the content of an error response.
-
An error code indicating the type of the error.
Declaration
Swift
public let type: Int -
A textual description of the error.
Declaration
Swift
public let description: String
ErrorContent Structure Reference