SCOMErrorInfo-class       package:RDCOMClient       R Documentation

_S _v_e_r_s_i_o_n _o_f _C_O_M _E_r_r_o_r _s_t_r_u_c_t_u_r_e

_D_e_s_c_r_i_p_t_i_o_n:

     This is a class that we use to represent an error that was
     generated in a COM call.  If an object of this class is returned,
     then we know that a call to '.COM' failed.  An object of this
     class contains information about the error status, a description
     of the error and a string giving the source of the error (e.g. the
     name of the COM server).

     The C++ code to use this is in place but is currently not
     activated.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Created in the C++ code when a COM call fails.

_S_l_o_t_s:


     '_s_t_a_t_u_s': Object of class '"numeric"' the error status for the
          error. This can be used with system codes to find the
          symbolic name. See '.COMErrors' in the '' package.

     '_s_o_u_r_c_e': Object of class '"character"' a string giving the source
          of the error, e.g. the application name. 

     '_d_e_s_c_r_i_p_t_i_o_n': Object of class '"character"' the human-readable
          description of the error.

_M_e_t_h_o_d_s:

     No methods defined with class "SCOMErrorInfo" in the signature.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang (duncan@wald.ucdavis.edu)

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.omegahat.org/RDCOMClient> <URL:
     http://www.omegahat.org/RDCOMServer> <URL:
     http://www.omegahat.org/SWinTypeLibs>

_S_e_e _A_l_s_o:

     '.COM'

