Interface ResolvedSegmentError

Hierarchy

  • ResolvedSegmentBase
    • ResolvedSegmentError

Properties

missingIdentifier?: string

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. Only present if the error is recoverable – the error can be resolved by providing the variable in the compilation data.

owningEntity?: string

Available if both missingIdentifier is provided and the entityOwnership for the referenced variable is available in the compilation data.

range: Range
type: "error"
value: string

Generated using TypeDoc