PAYErrorResponse

@objcMembers
@objc
public final class PAYErrorResponse : NSObject, PAYErrorResponseType, LocalizedError, Decodable

see PAYErrorResponseType.

PAYErrorResponseType properties

  • Declaration

    Swift

    public let status: Int
  • Declaration

    Swift

    public let message: String?
  • Declaration

    Swift

    public let param: String?
  • Declaration

    Swift

    public let code: String?
  • Declaration

    Swift

    public let type: String?
  • Undocumented

    Declaration

    Swift

    public override var description: String { get }
  • Declaration

    Swift

    public var errorDescription: String? { get }