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

# ConsoleMessageLocation

Represents the source location of a console message or stack trace entry.

## Definition

```graphql theme={null}
object ConsoleMessageLocation {
  url: URL
  lineNumber: Int
  columnNumber: Int
}
```

## Fields

### `url`

[URL](/reference/graphql/scalars/url)

URL of the script where the message originated.

### `lineNumber`

[Int](/reference/graphql/scalars/int)

Line number in the script.

### `columnNumber`

[Int](/reference/graphql/scalars/int)

Column number in the script.
