#include <stdio.h>
Go to the source code of this file.
#define CDDB_ERROR_H 1 |
enum cddb_error_t |
A list of error codes returned by various libcddb functions.
void cddb_error_print | ( | cddb_error_t | errnum | ) |
Prints the error message associated with the current error number to stderr.
errnum | The error number |
const char* cddb_error_str | ( | cddb_error_t | errnum | ) |
Returns a string representation of the CDDB error code.
void cddb_error_stream_print | ( | FILE * | stream, | |
cddb_error_t | errnum | |||
) |
Prints the error message associated with the current error number on the given stream.
stream | The stream | |
errnum | The error number |