115 #define guac_error (*__guac_error())
128 #define guac_error_message (*__guac_error_message())
130 const char** __guac_error_message();
An error prevented the operation from writing to its associated output stream.
Definition: error.h:86
const char * guac_status_string(guac_status status)
Returns a human-readable explanation of the status code given.
An error occurred, and further information about the error is already stored in errno.
Definition: error.h:80
The state of the associated system prevents an operation from being performed which would otherwise b...
Definition: error.h:98
The end of the input stream associated with the operation has been reached.
Definition: error.h:68
The operation could not be performed because an invalid argument was given.
Definition: error.h:92
No errors occurred and the operation was successful.
Definition: error.h:57
guac_status
Return codes shared by all Guacamole functions which can fail.
Definition: error.h:52
Insufficient memory to complete the operation.
Definition: error.h:62
A timeout occurred while reading from the input stream associated with the operation.
Definition: error.h:74