23 #ifndef _GUAC_ERROR_TYPES_H
24 #define _GUAC_ERROR_TYPES_H
Insufficient memory to complete the operation.
Definition: error-types.h:45
guac_status
Return codes shared by all Guacamole functions which can fail.
Definition: error-types.h:35
An error prevented the operation from writing to its associated output stream.
Definition: error-types.h:69
The state of the associated system prevents an operation from being performed which would otherwise b...
Definition: error-types.h:81
An error occurred, and further information about the error is already stored in errno.
Definition: error-types.h:63
The end of the input stream associated with the operation has been reached.
Definition: error-types.h:51
No errors occurred and the operation was successful.
Definition: error-types.h:40
The operation could not be performed because an invalid argument was given.
Definition: error-types.h:75
A timeout occurred while reading from the input stream associated with the operation.
Definition: error-types.h:57