Skip to main content

OrderGrantRefundUpdateError Object

No description

type OrderGrantRefundUpdateError {
field: String
message: String
code: OrderGrantRefundUpdateErrorCode!
addLines: [OrderGrantRefundUpdateLineError!]
removeLines: [OrderGrantRefundUpdateLineError!]
}

Fields

field ● String

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

message ● String

The error message.

code ● OrderGrantRefundUpdateErrorCode!

The error code.

addLines ● [OrderGrantRefundUpdateLineError!]

List of lines to add which cause the error.

removeLines ● [OrderGrantRefundUpdateLineError!]

List of lines to remove which cause the error.

Member Of

OrderGrantRefundUpdate object