Scroll to navigation

gd_error(3) GETDATA gd_error(3)

NAME

gd_error — report a GetData library error

SYNOPSIS

#include <getdata.h>

int gd_error(const DIRFILE *dirfile);

DESCRIPTION

The gd_error() function returns the numeric dirfile error associated with the dirfile dirfile which is set by many GetData library functions.

A textual description of the error may be obtained by calling gd_error_string(3).

RETURN VALUE

The gd_error() function always returns the dirfile error corresponding to the error state of the last library call on the supplied DIRFILE object.

SEE ALSO

gd_error_count(3), gd_error_string(3)
20 April 2011 Version 0.8.0