ScopeNotDefinedStateSnapshot
ts
type ScopeNotDefinedStateSnapshot = object;Defined in: src/errors/scope-not-defined.error.ts:10
Snapshot of the ScopeNotDefinedError properties for serialization purposes
Since
2.0.0
Author
Simon Kovtyk
Properties
isDefaultScope
ts
isDefaultScope: boolean;Defined in: src/errors/scope-not-defined.error.ts:17
Indicates whether the default scope is not defined
Since
2.0.0
Author
Simon Kovtyk
locale?
ts
optional locale: LocaleConfig;Defined in: src/errors/scope-not-defined.error.ts:31
LocaleConfig of the scope that is not defined in the translations
Since
2.0.0
Author
Simon Kovtyk
scope?
ts
optional scope: string;Defined in: src/errors/scope-not-defined.error.ts:24
Name of the scope that is not defined
Since
2.0.0
Author
Simon Kovtyk