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

# OrderGrantRefundCreateLineError Object

No description

```graphql
type OrderGrantRefundCreateLineError {
  field: String
  message: String
  code: OrderGrantRefundCreateLineErrorCode!
  lineId: ID!
}
```

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

The error code.

<a id="line-id"></a>

#### [`lineId`](#line-id) ● [`ID!`](/api-reference/miscellaneous/scalars/id.md)

The ID of the line related to the error.

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

### Member Of

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