Reduct  v4.1.3-1-gd06c383
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

uint32_t modulePos
 The position in the input buffer.
 
reduct_module_id_t moduleId
 The ID of the module that caused the error.
 

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 45 of file error.h.

Field Documentation

◆ modulePos

uint32_t reduct_error_frame_t::modulePos

The position in the input buffer.

Definition at line 47 of file error.h.

◆ moduleId

reduct_module_id_t reduct_error_frame_t::moduleId

The ID of the module that caused the error.

Definition at line 48 of file error.h.


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