> 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.signature.md).

# Error.signature

*`property`*` ``signature :`` `*`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(error.signature)

  return []
```

## Example Output

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