Struct rcutils_error_string_s

Struct Documentation

struct rcutils_error_string_s

Struct wrapping a fixed-size c string used for returning the formatted error string.

Public Members

char str[RCUTILS_ERROR_MESSAGE_MAX_LENGTH]

The fixed-size C string used for returning the formatted error string.