The `CommonErrors` properties
Last updated 1 year ago
public static template?: string Optional template of string type.
string
#id?: Set<Id>
An optional collection of unique allowed identification numbers of generic type variable Id under which errors are stored.
Id
#errors: Map<Id, any>
The errors storage of the Map type where the key is of the generic type variable Id.
Map
key