NAME

GRPC_GET_ERROR - Returns the error code generated by the session.

SYNOPSIS

INTEGER FUNCTION GRPC_GET_ERROR(SID)

ARGUMENTS

INTEGER SID
The session ID

DESCRIPTION

The GRPC_GET_ERROR() function returns the error code that was generated in the session specified by session ID.

This function is MT-safe.

RETURN VALUE

If successful, the error code is returned.

ERRORS

GRPC_NOT_INITIALIZED
GRPC client is not initialized yet.
GRPC_INVALID_SESSION_ID
Session ID is not valid.

last update : $Date$