MessageSyntaxError class

Signature:

export declare class MessageSyntaxError extends MessageError 

Extends: MessageError

Constructors

Constructor Modifiers Description
(constructor)(type, start, end, char)   Constructs a new instance of the MessageSyntaxError class

Properties

Property Modifiers Type Description
char?   string (Optional)
end   number  
start   number  
type   ‘empty-token’ | ‘bad-escape’ | ‘bad-local-var’ | ‘bad-selector’ | ‘extra-content’ | ‘key-mismatch’ | ‘parse-error’ | ‘missing-char’ | ‘missing-fallback’