|
Serene Runtime 1.0.0-dev
C runtime for the Serene programming language
|
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 |
A runtime error, a tag classifying the failure and a human-readable message.
| srn_error_tag_t srn_error_t::tag |