gmio_error
This enum defines common errors.
Definition: error.h:29
Transfer was stopped by user, that is to say gmio_transfer::func_is_stop_requested() returned true...
Definition: error.h:45
An error occured after a call to a function.
Definition: error.h:51
No error occurred, success.
Definition: error.h:32
#define GMIO_INLINE
Expands to the C compiler specific inline keyword (if any)
Definition: global.h:156
Unknown error.
Definition: error.h:54
Fundamental global declarations, included by almost all other header/source files.
Pointer on argument memory block is NULL.
Definition: error.h:35
Argument size for the memory block is too small.
Definition: error.h:38
An error occurred with gmio_stream.
Definition: error.h:41
bool gmio_no_error(int code)
Returns true if code == GMIO_NO_ERROR
Definition: error.h:58