#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