OrderGrantRefundCreateLineError
No description
type OrderGrantRefundCreateLineError {
field: String
message: String
code: OrderGrantRefundCreateLineErrorCode!
lineId: ID!
}
Fields
OrderGrantRefundCreateLineError.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.
OrderGrantRefundCreateLineError.message
● String
scalar miscellaneous
The error message.
OrderGrantRefundCreateLineError.code
● OrderGrantRefundCreateLineErrorCode!
non-null enum miscellaneous
The error code.
OrderGrantRefundCreateLineError.lineId
● ID!
non-null scalar miscellaneous
The ID of the line related to the error.
Member Of
OrderGrantRefundCreateError
object