PaygateInternalError

public struct PaygateInternalError : Decodable, Equatable

PaygateInternalError represents an error response for a HTTP 500 error

This struct conforms to the Decodable and Equatable protocols, allowing it to be decoded from JSON and compared to other instances. The error indicates that the request was well-formed but could not be processed.

  • Properties:
    • responseDescription: A description of the error that occurred.
    • responseCode: A specific error code provided by the Computop API.
  • Undocumented

    Declaration

    Swift

    public let responseDescription: String
  • Undocumented

    Declaration

    Swift

    public let responseCode: String