NAME
	COE_get_error_string

DESCRIPTION
	This functions returns a string defining an error code.

USEAGE
	COE_get_error_string [options] Error_Code

OPTIONS

	-h	Prints a useage line. 
	-H	Prints this man page.
	-V	Prints the version number.

PARAMETERS
	1. ErrorCode - An integer representing an error code 
		returned from a function.

OUTPUTS
	If the -h option is present or if the calling syntax is incorrect,
	the procedure prints a "useage" statement. If the -H option is present,
	the procedure prints this man page. If the -V option is present, 
	the procedure prints the version number. Otherwise, there is no output.

DIAGNOSTICS
	The exit status reflects status or error conditions. Exit status 
	is zero if an error condition occurred during processing. 

DATE LAST UPDATED
	May 1, 2003