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

# GridErrorDetail

Error detail from API validation failures

## Properties

| Property                                  | Type     | Description                            |
| ----------------------------------------- | -------- | -------------------------------------- |
| <a id="field" /> `field`                  | `string` | Field that caused the validation error |
| <a id="code" /> `code`                    | `string` | Machine-readable error code            |
| <a id="message" /> `message`              | `string` | Human-readable error message           |
| <a id="suggestion" /> `suggestion?`       | `string` | Suggestion for fixing the error        |
| <a id="documentation" /> `documentation?` | `string` | Link to relevant documentation         |
