# #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`](https://error.angular-package.dev/generic-type-variables#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>](https://error.angular-package.dev/generic-type-variables#commonerrors-less-than-id-greater-than)`,`[<mark style="color:green;">`any`</mark>](https://www.typescriptlang.org/docs/handbook/basic-types.html#any)`>`
