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

# ErrorDescription

> **注意**: このページはまだ日本語に翻訳されていません。以下は英語の原文です。

When using the [**Interface.parseError**](/jp/sdk/content/classes/Interface#parseerror) to automatically match an error for a call
result for parsing, an **ErrorDescription** is returned.

## Properties

| Property    | Modifier   | Type                                                     | Description                                      |
| :---------- | :--------- | :------------------------------------------------------- | :----------------------------------------------- |
| `args`      | `readonly` | [`Result`](/jp/sdk/content/classes/Result)               | The arguments passed to the Error with `revert`. |
| `fragment`  | `readonly` | [`ErrorFragment`](/jp/sdk/content/classes/ErrorFragment) | The matching fragment.                           |
| `name`      | `readonly` | `string`                                                 | The name of the Error.                           |
| `selector`  | `readonly` | `string`                                                 | The selector for the Error.                      |
| `signature` | `readonly` | `string`                                                 | The full Error signature.                        |
