ErrorDetail
@objcMembers
public final class ErrorDetail : NSObject
Error detail model.
-
Error name.
Declaration
Swift
public private(set) var code: ErrorCode -
Error description.
Declaration
Swift
public private(set) var descriptionText: String -
Generated error title.
Declaration
Swift
public var title: String { get } -
Error description.
Declaration
Swift
public override var description: String { get }
-
Declaration
Swift
public convenience init(from decoder: Decoder) throws
-
Encodes the contents of the receiver.
Throws
EncodingErrorDeclaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderEncoder.
ErrorDetail Class Reference