Enumerator |
---|
CW_LOGS_SUCCEEDED | Indicates that there is no error.
|
CW_LOGS_FAILED | A generic error occured
|
CW_LOGS_NULL_PARAMETER | An error when a NULL value is supplied as a parameter when a non-NULL value is required
|
CW_LOGS_DATA_LOCKED | An error indicating that data cannot be used for other operations because it's locked.
|
CW_LOGS_PUBLISHER_THREAD_NOT_INITIALIZED | An error indicating that a thread is not initialized.
|
CW_LOGS_THREAD_BUSY | An error indicating that a thread is not available.
|
CW_LOGS_EMPTY_PARAMETER | An error indicating that a data structure is empty.
|
CW_LOGS_LOG_STREAM_LIST_EMPTY | An error indicating that a log stream list is empty.
|
CW_LOGS_CREATE_LOG_GROUP_FAILED | An error indicating that the attempt to create a log group failed.
|
CW_LOGS_CREATE_LOG_STREAM_FAILED | An error indicating that the attempt to create a log stream failed.
|
CW_LOGS_LOG_GROUP_ALREADY_EXISTS | An error indicating that a log group already exists.
|
CW_LOGS_LOG_STREAM_ALREADY_EXISTS | An error indicating that a log stream already exists.
|
CW_LOGS_LOG_GROUP_NOT_FOUND | An error indicating that a log group cannot be found.
|
CW_LOGS_LOG_STREAM_NOT_FOUND | An error indicating that a log stream cannot be found in a log group.
|
CW_LOGS_LOG_STREAM_NOT_CONFIGURED | Log stream was not configured properly.
|
CW_LOGS_NOT_CONNECTED | No network connection available.
|
CW_LOGS_INVALID_PARAMETER | Invalid data was sent and will never be accepted.
|
CW_LOGS_SUCCEEDED | Indicates that there is no error.
|
CW_LOGS_FAILED | A generic error occured
|
CW_LOGS_NULL_PARAMETER | An error when a NULL value is supplied as a parameter when a non-NULL value is required
|
CW_LOGS_DATA_LOCKED | An error indicating that data cannot be used for other operations because it's locked.
|
CW_LOGS_PUBLISHER_THREAD_NOT_INITIALIZED | An error indicating that a thread is not initialized.
|
CW_LOGS_THREAD_BUSY | An error indicating that a thread is not available.
|
CW_LOGS_EMPTY_PARAMETER | An error indicating that a data structure is empty.
|
CW_LOGS_LOG_STREAM_LIST_EMPTY | An error indicating that a log stream list is empty.
|
CW_LOGS_CREATE_LOG_GROUP_FAILED | An error indicating that the attempt to create a log group failed.
|
CW_LOGS_CREATE_LOG_STREAM_FAILED | An error indicating that the attempt to create a log stream failed.
|
CW_LOGS_LOG_GROUP_ALREADY_EXISTS | An error indicating that a log group already exists.
|
CW_LOGS_LOG_STREAM_ALREADY_EXISTS | An error indicating that a log stream already exists.
|
CW_LOGS_LOG_GROUP_NOT_FOUND | An error indicating that a log group cannot be found.
|
CW_LOGS_LOG_STREAM_NOT_FOUND | An error indicating that a log stream cannot be found in a log group.
|
CW_LOGS_LOG_STREAM_NOT_CONFIGURED | Log stream was not configured properly.
|
CW_LOGS_NOT_CONNECTED | No network connection available.
|