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

# OrderGrantRefundCreateError Object

No description

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

<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) ● [`OrderGrantRefundCreateErrorCode!`](/api-reference/orders/enums/order-grant-refund-create-error-code.md)

The error code.

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

#### [`lines`](#lines) ● [`[OrderGrantRefundCreateLineError!]`](/api-reference/miscellaneous/objects/order-grant-refund-create-line-error.md)

List of lines which cause the error.

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

### Member Of

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