Reduct  v4.0.5-1-g4851deb
A functional and immutable language.
Loading...
Searching...
No Matches
reduct_error_frame_t Struct Reference

Backtrace frame structure. More...

#include <error.h>

Collaboration diagram for reduct_error_frame_t:

Data Fields

reduct_input_id_t inputId
 The input ID of the source file.
 
uint32_t position
 The position in the input buffer.
 

Detailed Description

Backtrace frame structure.

Stores the source location for a single frame of the call stack at the time of a runtime error.

Definition at line 44 of file error.h.

Field Documentation

◆ inputId

reduct_input_id_t reduct_error_frame_t::inputId

The input ID of the source file.

Definition at line 46 of file error.h.

◆ position

uint32_t reduct_error_frame_t::position

The position in the input buffer.

Definition at line 47 of file error.h.


The documentation for this struct was generated from the following file: