X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.c;h=a95844249a1220496df2f6aff688479102a6f0c8;hp=cb24584ae33d44351819a1886069a59049783508;hb=a237c7e3081ea5b1b3af384601c1b5489479ba5b;hpb=214f70e02431aeebcf2d297c88f4add2e23ffe3f diff --git a/src/common/error.c b/src/common/error.c index cb24584ae..a95844249 100644 --- a/src/common/error.c +++ b/src/common/error.c @@ -221,6 +221,10 @@ static const char *error_string_array[] = { [ ERROR_INDEX(LTTNG_ERR_FILE_CREATION_ERROR) ] = "Failed to create file", [ ERROR_INDEX(LTTNG_ERR_TIMER_STOP_ERROR) ] = "Failed to stop a timer", [ ERROR_INDEX(LTTNG_ERR_ROTATION_NOT_AVAILABLE_KERNEL) ] = "Rotation feature not supported by the kernel tracer.", + [ ERROR_INDEX(LTTNG_ERR_CLEAR_RELAY_DISALLOWED) ] = "Relayd daemon peer does not allow sessions to be cleared", + [ ERROR_INDEX(LTTNG_ERR_CLEAR_NOT_AVAILABLE_RELAY) ] = "Clearing a session is not supported by the relay daemon", + [ ERROR_INDEX(LTTNG_ERR_CLEAR_FAIL_CONSUMER) ] = "Consumer failed to clear the session", + [ ERROR_INDEX(LTTNG_ERR_ROTATION_AFTER_STOP_CLEAR) ] = "Session was already cleared since it became inactive", /* Last element */ [ ERROR_INDEX(LTTNG_ERR_NR) ] = "Unknown error code"