FinancialError
No description
type FinancialError {
field: String
message: String!
code: FinancialErrorCode!
}
Fields
FinancialError.field ● String scalar
Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.
FinancialError.message ● String! non-null scalar
The error message.
FinancialError.code ● FinancialErrorCode! non-null enum
The error code.
Member Of
JournalEntryCorrect object