gmio_error
This enum defines common errors.
Definition: error.h:43
Transfer was stopped by user, that is to say gmio_transfer::func_is_stop_requested() returned true...
Definition: error.h:62
An error occured after a call to a function.
Definition: error.h:68
No error occurred, success.
Definition: error.h:46
#define GMIO_INLINE
Expands to the C compiler specific inline keyword (if any)
Definition: global.h:170
Unknown error.
Definition: error.h:49
Fundamental global declarations, included by almost all other header/source files.
Checking of LC_NUMERIC failed(should be "C" or "POSIX")
Definition: error.h:71
Pointer on argument memory block is NULL.
Definition: error.h:52
Argument size for the memory block is too small.
Definition: error.h:55
An error occurred with gmio_stream.
Definition: error.h:58
bool gmio_no_error(int code)
Returns true if code == GMIO_NO_ERROR
Definition: error.h:75