NAME

grpc_last_error_get_np - Returns the error code of the last error to occur.

SYNOPSIS

grpc_error_t grpc_last_error_get_np()

ARGUMENTS

None

DESCRIPTION

This is an obsolete function and should not be used. Use return value of GridRPC API instead.

The grpc_last_error_get_np() function returns the error code of the last error to occur.

This function is MT-safe.

RETURN VALUE

The error code of the last error to occur.

ERRORS

None

last update : $Date: 2010-04-16 01:09:23 +0900 (金, 16 4月 2010) $