> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-prototype.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Error

```ts Example theme={null}
export interface Error {
  code: string;
  field?: string;
  message: string;
  rules?: PasswordComplexityRule[];
}
```

## Properties

<ParamField body="code" type="string" />

<ParamField body="field?" type="string" />

<ParamField body="message" type="string" />

<ParamField body="rules?" type={<span><a href="/docs/libraries/acul/js-sdk/Screens/interfaces/PasswordComplexityRule">PasswordComplexityRule[]</a></span>} />
