Interface CompilerOperationErrorRecoverable

A recoverable error in a compiler operation. This occurs when a required variable was not provided.

Hierarchy

Properties

debug?: unknown

An additional, complex property that may be returned by custom compiler operations. For use in extending the compiler to support additional return information like CompilerOperationSuccessSignature.

error: string
recoverable: true

The full identifier (including any compilation operations) of the variable missing from compilation, e.g. my_key.signature.all_outputs or my_key.public_key.

status: "error"

Generated using TypeDoc