LanguageKeyNotAvailableException
@quik/i18n / LanguageKeyNotAvailableException
Class: LanguageKeyNotAvailableException
Defined in: i18n/src/errors/LanguageKeyNotAvailableException.ts:6
Exception thrown when the requested translation key does not exist in the desired language.
Extends
QTranslatableError
Constructors
Constructor
new LanguageKeyNotAvailableException(
language,key):LanguageKeyNotAvailableException
Defined in: i18n/src/errors/LanguageKeyNotAvailableException.ts:13
Constructor of the LanguageKeyNotAvailableException.
Parameters
language
string
The language you want to get.
key
string
The translation key you want to get.
Returns
LanguageKeyNotAvailableException
Overrides
QTranslatableError.constructor
Properties
code
code:
number
Defined in: core/src/errors/QError.ts:8
The code of the error.
Inherited from
QTranslatableError.code
parameters
parameters:
Record<string,any> ={}
Defined in: core/src/errors/QError.ts:12
The additional features sent to the exception.
Inherited from
QTranslatableError.parameters
Accessors
translated
Get Signature
get translated():
string
Defined in: core/src/errors/QTranslatableError.ts:12
Returns
string
Inherited from
QTranslatableError.translated
Methods
toObject()
toObject():
object
Defined in: core/src/errors/QError.ts:45
Returns
object
code
code:
number
message
message:
string
parameters
parameters:
Record<string,any>
stack
stack:
string
translated
translated:
string
Inherited from
QTranslatableError.toObject
withContext()
withContext(
context):this
Defined in: core/src/errors/QError.ts:26
Attach context metadata to the error parameters.
Parameters
context
Record<string, unknown>
Context data to attach.
Returns
this
Inherited from
QTranslatableError.withContext