API reference › @evolu/common › Type › IdentifierError
Defined in: packages/common/src/Type.ts:5646
Error returned when identifier rejects a string.
Extends
TypeError<IdentifierBrandByCasing[Casing]>
Properties
casing
readonly casing: Casing;
Defined in: packages/common/src/Type.ts:5650
type
readonly type: IdentifierBrandByCasing[Casing];
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:5649