Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
Loading...
Searching...
No Matches
srn_error_t Struct Reference

A runtime error, a tag classifying the failure and a human-readable message. More...

#include <errors.h>

Data Fields

srn_error_tag_t tag
char * msg

Detailed Description

A runtime error, a tag classifying the failure and a human-readable message.

Definition at line 125 of file errors.h.

Field Documentation

◆ msg

char* srn_error_t::msg

Definition at line 127 of file errors.h.

◆ tag

srn_error_tag_t srn_error_t::tag

Definition at line 126 of file errors.h.


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