NAME
grpc_get_error
- Returns the error code generated by the session.
SYNOPSIS
grpc_error_t grpc_get_error(grpc_sessionid_t session_id)
ARGUMENTS
grpc_sessionid_t session_id
- 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: 2005/07/11 07:11:24 $