4#include <stumpless/error.h>
Definition AddressFailure.hpp:7
ErrorId
Unique identifiers for library errors.
Definition ErrorId.hpp:11
@ WINDOWS_EVENT_LOG_OPEN_FAILURE
Could not open the Windows Event Log.
@ SOCKET_FAILURE
Could not create a socket.
@ TARGET_UNSUPPORTED
The target type provided is unsupported by this implementation.
@ ARGUMENT_EMPTY
A required function parameter was NULL or empty.
@ PARAM_NOT_FOUND
Could not bind to a socket.
@ FILE_WRITE_FAILURE
Could not write to a file.
@ WINDOWS_EVENT_LOG_CLOSE_FAILURE
Could not close the Windows Event Log.
@ ADDRESS_FAILURE
A provided network address was not valid.
@ ELEMENT_NOT_FOUND
No element with the specified characteristics was found.
@ INVALID_SEVERITY
A provided severity code did not conform to RFC 5424.
@ INVALID_ID
A target or entry ID was not valid.
@ INDEX_OUT_OF_BOUNDS
A provided index was not in a valid range.
@ DUPLICATE_ELEMENT
A duplicate of an already existing element was detected in an Entry.
@ SOCKET_SEND_FAILURE
Could not send to a socket.
@ NETWORK_PROTOCOL_UNSUPPORTED
The given layer 3 protocol is not supported by this implementation.
@ STREAM_WRITE_FAILURE
Could not write to a stream.
@ FUNCTION_TARGET_FAILURE
A call to a function target's log function failed.
@ FILE_OPEN_FAILURE
Could not open a file.
@ TARGET_INCOMPATIBLE
The requested operation is not valid on the given target type.
@ MEMORY_ALLOCATION_FAILURE
A memory allocation or reallocation failed.
@ INVALID_FACILITY
A provided facility code did not conform to RFC 5424.
@ ARGUMENT_TOO_BIG
A provided argument was too big, for example to fit into a buffer target.
@ TRANSPORT_PROTOCOL_UNSUPPORTED
The given layer 4 protocol is not supported by this implementation.
@ SOCKET_CONNECT_FAILURE
Could not connect to a socket.