pub unsafe extern "C" fn rpc_system_app_error_reset(
rpc_app: *mut RpcAppSystem,
)Expand description
Reset the error code and text stored in an RpcAppSystem instance.
Resets the error code to 0 and error text to “” (empty string).
§Arguments
rpc_app(direction in, out) - pointer to the instance to be reset.