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

    EncodingError

    Declaration

    Swift

    public func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.