> For the complete documentation index, see [llms.txt](https://docs.r.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/glider-ide/api/error/error.address.md).

# Error.address

*`property`*` ``address:`` `*`str`*

## Query Example

```python
from glider import *

def query():
  contracts = Contracts().exec(1, 2265) 

  for contract in contracts:
    for error in contract.errors().exec():
      print(f"{error.name} - {error.address}")

  return []
```

## Example Output

<figure><img src="/files/YKN83lgws5muCu0ooW4J" alt=""><figcaption></figcaption></figure>
