#errors

The errors storage of the Map type

#errors

The errors storage of the Maparrow-up-right type where the key is of the generic type variable Id.

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

Type

Last updated