Skip to main content
OBJECT Represents a field-level validation error on an acceptor application.

Fields

message
String!
required
A helpful message describing how to fix the invalid value.
code
AcceptorApplicationFieldValidationErrorCode!
required
A static code for tying the response back programmatically.
field
String!
required
The name of the field that failed validation.