> For the complete documentation index, see [llms.txt](https://triton.pharos.ai/pharos-triton/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triton.pharos.ai/pharos-triton/methods-reference/apex-methods-reference/tritonlwc/error.md).

# Error

Wrapper class for error information.

**Properties:**

```apex
@AuraEnabled public String message    // Error message
@AuraEnabled public String stack      // Error stack trace
@AuraEnabled public String type       // Error type
```
