# MissingTranslationError Class

Error thrown when translation is missing in translation package.

# Constructors

# constructor

+ new MissingTranslationError(key: string): MissingTranslationError

Defined in src/errors.ts:266 (opens new window)

Parameters:

Name Type
key string

Returns: MissingTranslationError

# Properties

# message

message: string


# name

name: string


# stack Optional

stack? : undefined | string


# Error Static

Error: ErrorConstructor