Error
public struct Error : Codable, Equatable
Details about an error.
-
Identifier of the problem.
See moreDeclaration
Swift
public enum Code : String -
Identifier of the problem.
Declaration
Swift
public var code: String -
An explanation of the problem with possible solutions.
Declaration
Swift
public var message: String -
A URL for more information about the solution.
Declaration
Swift
public var moreInfo: String? -
Details about the specific area of the problem.
Declaration
Swift
public var target: ErrorTarget?
View on GitHub
Error Structure Reference