Skip to content

vue-i18n / general / CompileError

Interface: CompileError

Extends

  • BaseError.SyntaxError

Properties

cause?

ts
optional cause: unknown;

Inherited from

ts
SyntaxError.cause

code

ts
code: number;

Inherited from

ts
BaseError.code

domain?

ts
optional domain: CompileDomain;

location?

ts
optional location: SourceLocation;

message

ts
message: string;

Inherited from

ts
SyntaxError.message

name

ts
name: string;

Inherited from

ts
SyntaxError.name

stack?

ts
optional stack: string;

Inherited from

ts
SyntaxError.stack

Released under the MIT License.