PaygateBadRequestError

public struct PaygateBadRequestError : Decodable, Equatable

Represents a single validation error for a specific field from the API. The error indicates that the request contained invalid parameters.

  • The name of the field that caused the error.

    Declaration

    Swift

    public let field: String
  • A description of the validation error.

    Declaration

    Swift

    public let error: String