> For the complete documentation index, see [llms.txt](https://error.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://error.angular-package.dev/commonerrors/properties/errors.md).

# #errors

## `#errors`

The errors storage of the [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) type where the `key` is of the generic type variable [`Id`](/commonerrors/generic-type-variables.md#commonerrors-less-than-id-greater-than).

{% code title="common-errors.class.ts" %}

```typescript
#errors: Map<Id, any> = new Map();
```

{% endcode %}

### Type

#### `Map<`[<mark style="color:green;">`Id`</mark>](/commonerrors/generic-type-variables.md#commonerrors-less-than-id-greater-than)`,`[<mark style="color:green;">`any`</mark>](https://www.typescriptlang.org/docs/handbook/basic-types.html#any)`>`
