For the complete documentation index, see llms.txt. This page is also available as Markdown.

#errors

The errors storage of the Map type

#errors

The errors storage of the Map type where the key is of the generic type variable Id.

common-errors.class.ts
#errors: Map<Id, any> = new Map();

Type

Map<Id,any>

Last updated