> ## Documentation Index
> Fetch the complete documentation index at: https://docs.extractbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error

Represents an error that occurred, either in the page's JavaScript or during an operation.

## Definition

```graphql theme={null}
object Error {
  code: String
  message: String
  stack: String
}
```

## Fields

### `code`

[String](/reference/graphql/scalars/string)

An optional error code.

### `message`

[String](/reference/graphql/scalars/string)

The error message.

### `stack`

[String](/reference/graphql/scalars/string)

The stack trace of the error, if available.
