TapSDKAPIError

@objcMembers
public final class TapSDKAPIError : TapSDKError

API error.

  • Underlying API error (parsed error from the backend).

    Declaration

    Swift

    public private(set) var error: APIError
  • URL response.

    Declaration

    Swift

    public private(set) var urlResponse: URLResponse?
  • Readable description of the error.

    Declaration

    Swift

    public override var description: String { get }
  • Encodes the contents of the receiver.

    Throws

    EncodingError

    Declaration

    Swift

    public override func encode(to encoder: Encoder) throws

    Parameters

    encoder

    Encoder.