rcutils  master
C API providing common utilities and data structures.
Public Attributes | List of all members
rcutils_error_state_t Struct Reference

Struct which encapsulates the error state set by RCUTILS_SET_ERROR_MSG(). More...

#include <error_handling.h>

Public Attributes

const char * message
 
const char * file
 
size_t line_number
 
rcutils_allocator_t allocator
 

Detailed Description

Struct which encapsulates the error state set by RCUTILS_SET_ERROR_MSG().

Member Data Documentation

◆ message

const char* rcutils_error_state_t::message

◆ file

const char* rcutils_error_state_t::file

◆ line_number

size_t rcutils_error_state_t::line_number

◆ allocator

rcutils_allocator_t rcutils_error_state_t::allocator

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