The `CommonErrors` properties
public static template?: string Optional template of stringarrow-up-right 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 Maparrow-up-right type where the key is of the generic type variable Id.
Map
key
Last updated 3 years ago