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