DWCNdError

Definition


#include <nd/dwc_nd.h>

typedef enum {

	DWC_ND_ERROR_NONE,
	DWC_ND_ERROR_ALLOC,
	DWC_ND_ERROR_BUSY,
	DWC_ND_ERROR_HTTP,
	DWC_ND_ERROR_BUFFULL,
	DWC_ND_ERROR_DLSERVER,
	DWC_ND_ERROR_CANCELED,
	DWC_ND_ERROR_PARAM,
	DWC_ND_ERROR_FATAL

} DWCNdError;
				

Description

Enumeration type representing the type of error generated by the Download library.

DWC_ND_ERROR_NONE The running process has completed.
DWC_ND_ERROR_ALLOC Memory allocation failed.
DWC_ND_ERROR_BUSY Download was attempted while a download was already running.
DWC_ERROR_HTTP An HTTP communications error occurred.
DWC_ND_ERROR_BUFFULL Insufficient space in download buffer
DWC_ND_ERROR_DLSERVER The server returned an error code.
DWC_ND_ERROR_CANCELED Cancellation of process has completed.
DWC_ND_ERROR_PARAM An error occurred because of an invalid parameter.
DWC_ND_ERROR_FATAL An undefined fatal error occurred.

See Also

DWCNdCallback

Revision History

04/26/2006 Initial version.