Skip to content

vue-i18n / general / CompileError

Interfaz: CompileError

Extiende

  • BaseError.SyntaxError

Propiedades

cause?

ts
optional cause: unknown;

Heredado de

ts
SyntaxError.cause

code

ts
code: number;

Heredado de

ts
BaseError.code

domain?

ts
optional domain: CompileDomain;

location?

ts
optional location: SourceLocation;

message

ts
message: string;

Heredado de

ts
SyntaxError.message

name

ts
name: string;

Heredado de

ts
SyntaxError.name

stack?

ts
optional stack: string;

Heredado de

ts
SyntaxError.stack