OrderGrantRefundUpdateLineError
No description
type OrderGrantRefundUpdateLineError {
field: String
message: String
code: OrderGrantRefundUpdateLineErrorCode!
lineId: ID!
}
Fields
OrderGrantRefundUpdateLineError.field
● String
scalar miscellaneous
Name of a field that caused the error. A value of
null
indicates that the error isn't associated with a particular field.
OrderGrantRefundUpdateLineError.message
● String
scalar miscellaneous
The error message.
OrderGrantRefundUpdateLineError.code
● OrderGrantRefundUpdateLineErrorCode!
non-null enum miscellaneous
The error code.
OrderGrantRefundUpdateLineError.lineId
● ID!
non-null scalar miscellaneous
The ID of the line related to the error.
Member Of
OrderGrantRefundUpdateError
object