vue-i18n / general / CompileError
インターフェース: CompileError
継承
BaseError.SyntaxError
プロパティ
cause?
ts
optional cause: unknown;継承元
ts
SyntaxError.causecode
ts
code: number;継承元
ts
BaseError.codedomain?
ts
optional domain: CompileDomain;location?
ts
optional location: SourceLocation;message
ts
message: string;継承元
ts
SyntaxError.messagename
ts
name: string;継承元
ts
SyntaxError.namestack?
ts
optional stack: string;継承元
ts
SyntaxError.stack