vue-i18n / general / CompileError
Interface: CompileError
Extends
BaseError.SyntaxError
Properties
cause?
ts
optional cause: unknown;Inherited from
ts
SyntaxError.causecode
ts
code: number;Inherited from
ts
BaseError.codedomain?
ts
optional domain: CompileDomain;location?
ts
optional location: SourceLocation;message
ts
message: string;Inherited from
ts
SyntaxError.messagename
ts
name: string;Inherited from
ts
SyntaxError.namestack?
ts
optional stack: string;Inherited from
ts
SyntaxError.stack