Properties

The `CommonErrors` properties

public static template?: string Optional template of string type.

#id?: Set<Id>

An optional collection of unique allowed identification numbers of generic type variable Id under which errors are stored.

#errors: Map<Id, any>

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

Last updated