TranslationNotDefinedError
Defined in: src/errors/translation-not-defined.error.ts:48
Error thrown when a translation for a given token is not defined
Since
1.0.0
Author
Simon Kovtyk
Extends
Error
Constructors
Constructor
ts
new TranslationNotDefinedError(snapshot): TranslationNotDefinedError;Defined in: src/errors/translation-not-defined.error.ts:51
Parameters
| Parameter | Type |
|---|---|
snapshot | TranslationNotDefinedStateSnapshot |
Returns
TranslationNotDefinedError
Overrides
ts
Error.constructorProperties
| Property | Modifier | Type | Overrides | Inherited from | Defined in |
|---|---|---|---|---|---|
cause? | public | unknown | - | Error.cause | node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es2022.error.d.ts:26 |
message | public | string | - | Error.message | node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1077 |
name | public | string | Error.name | - | src/errors/translation-not-defined.error.ts:49 |
stack? | public | string | - | Error.stack | node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1078 |