Class VisitErrorContextObj#

Inheritance Relationships#

Base Type#

Class Documentation#

class VisitErrorContextObj : public tvm::ffi::Object#

Object class for VisitErrorContext.

Public Members

List<ObjectRef> reverse_visit_pattern#

Visit records that get populated, which include the object visit path pattern in innermost-first order. Best-effort — not exhaustive.

Optional<ObjectRef> prev_error_context#

Pre-existing Error::extra_context payload before we placed the VisitErrorContext.