GRPC_ERROR_STRING
- Returns the error message for the error code.
EXTERNAL GRPC_ERROR_STRING(ERROR_CODE, STRING)
INTEGER ERROR_CODE
CHARACTER STRING(*)
The GRPC_ERROR_STRING() function returns the error message that corresponds to the error code.
This function is MT-safe.