MessageResolutionError class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Message runtime resolution errors

Signature:

export declare class MessageResolutionError extends MessageError 

Extends: MessageError

Constructors

Constructor Modifiers Description
(constructor)(type, message, source)   (BETA) Constructs a new instance of the MessageResolutionError class

Properties

Property Modifiers Type Description
source   string (BETA)
type   ‘bad-input’ | ‘bad-option’ | ‘unresolved-var’ | ‘unsupported-annotation’ | ‘unsupported-statement’ (BETA)