MessageDataModelError 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.
Errors in the message data model.
Signature:
export declare class MessageDataModelError extends MessageSyntaxError
Extends: MessageSyntaxError
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(type, node) | (BETA) Constructs a new instance of the MessageDataModelError class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
type | ‘duplicate-declaration’ | ‘duplicate-option’ | ‘key-mismatch’ | ‘missing-fallback’ | ‘missing-selector-annotation’ | (BETA) |