APIError

@objcMembers
public final class APIError : NSObject, Codable

Structure representing API error.

  • Error details.

    Declaration

    Swift

    public var details: [ErrorDetail]
  • Readable description of the error.

    Declaration

    Swift

    public override var description: String { get }