> ## 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.

# RequestFailure

Information about a failed network request.

## Definition

```graphql theme={null}
object RequestFailure {
  errorText: String
}
```

## Fields

### `errorText`

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

A human-readable error message describing the failure (e.g., 'net::ERR\_CONNECTION\_REFUSED').
