return_error


Description:

public void return_error (uint error_code, string error_description)

Return error_code.

Parameters:

this

A ServiceAction

error_code

The error code

error_description

The error description, or null if error_code is one of INVALID_ACTION, INVALID_ARGS, OUT_OF_SYNC or ACTION_FAILED, in which case a description is provided automatically.