V11ReturnCode enumerated type Description Indicates the method-call status. Syntax enum V11ReturnCode { RETURN_SUCCESS = 0, RETURN_BAD_ARGS = 1, RETURN_FAIL = 2,}; Constants Name Value Description RETURN_SUCCESS 0 The method-call succeeded. RETURN_BAD_ARGS 1 The method returned bad arguments. RETURN_FAIL 2 The method-call failed.