> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/orders/llms.txt)
> Source: https://docs.saleor.io/api-reference/orders/objects/order-grant-refund-update-error

# OrderGrantRefundUpdateError Object

No description

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

<a id="fields"></a>

### Fields

<a id="field"></a>

#### [`field`](#field) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

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

<a id="message"></a>

#### [`message`](#message) ● [`String`](/api-reference/miscellaneous/scalars/string.md)

The error message.

<a id="code"></a>

#### [`code`](#code) ● [`OrderGrantRefundUpdateErrorCode!`](/api-reference/orders/enums/order-grant-refund-update-error-code.md)

The error code.

<a id="add-lines"></a>

#### [`addLines`](#add-lines) ● [`[OrderGrantRefundUpdateLineError!]`](/api-reference/miscellaneous/objects/order-grant-refund-update-line-error.md)

List of lines to add which cause the error.

<a id="remove-lines"></a>

#### [`removeLines`](#remove-lines) ● [`[OrderGrantRefundUpdateLineError!]`](/api-reference/miscellaneous/objects/order-grant-refund-update-line-error.md)

List of lines to remove which cause the error.

<a id="member-of"></a>

### Member Of

[`OrderGrantRefundUpdate`](/api-reference/orders/objects/order-grant-refund-update.md) object
