Type alias CompilerOperationErrorFatal

CompilerOperationErrorFatal: CompilerOperationDebug & {
    error: string;
    status: "error";
}

A non-recoverable error in a compiler operation. This is any error that cannot be resolved by simply providing a missing variable.

Type declaration

  • error: string
  • status: "error"

Generated using TypeDoc