Skip to main content

OrderGrantRefundCreateError Object

No description

type OrderGrantRefundCreateError {
field: String
message: String
code: OrderGrantRefundCreateErrorCode!
lines: [OrderGrantRefundCreateLineError!]
}

Fields

OrderGrantRefundCreateError.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.

OrderGrantRefundCreateError.message ● String scalar miscellaneous

The error message.

OrderGrantRefundCreateError.code ● OrderGrantRefundCreateErrorCode! non-null enum orders

The error code.

OrderGrantRefundCreateError.lines ● [OrderGrantRefundCreateLineError!] list object miscellaneous

List of lines which cause the error.

Member Of

OrderGrantRefundCreate object