TapSDKError
@objcMembers
public class TapSDKError : NSObject, Encodable
Base abstract class for errors.
-
Error type.
Declaration
Swift
public private(set) var type: TapSDKErrorType -
Pretty printed description of TapSDKError object.
Declaration
Swift
public override var description: String { get }
-
Encodes the contents of the receiver.
Throws
EncodingErrorDeclaration
Swift
public func encode(to encoder: Encoder) throwsParameters
encoderEncoder.
TapSDKError Class Reference