NAME

GRPC_ERROR_STRING - Returns the error message for the error code.

SYNOPSIS

EXTERNAL GRPC_ERROR_STRING(ERROR_CODE, STRING)

ARGUMENTS

INTEGER ERROR_CODE
The error code
CHARACTER STRING(*)
The area for returning the error message

DESCRIPTION

The GRPC_ERROR_STRING() function returns the error message that corresponds to the error code.

This function is MT-safe.


last update : $Date$