Skip to content

vue-i18n / general / CompileError

接口:CompileError

扩展

  • BaseError.SyntaxError

属性

cause?

ts
optional cause: unknown;

继承自

ts
SyntaxError.cause

code

ts
code: number;

继承自

ts
BaseError.code

domain?

ts
optional domain: CompileDomain;

location?

ts
optional location: SourceLocation;

message

ts
message: string;

继承自

ts
SyntaxError.message

name

ts
name: string;

继承自

ts
SyntaxError.name

stack?

ts
optional stack: string;

继承自

ts
SyntaxError.stack