ABSDKClientError

public struct ABSDKClientError : Error, LocalizedError

Customized ABSDKClient error structure

  • The body of the response.

    Declaration

    Swift

    public let body: Data?
  • Information about the response as provided by the server.

    Declaration

    Swift

    public let response: HTTPURLResponse?
  • The human readable error description

    Declaration

    Swift

    public var errorDescription: String? { get }