SCOMErrorInfo-class {RDCOMClient} | R Documentation |
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.
Created in the C++ code when a COM call fails.
status
:"numeric"
the error status for the error.
This can be used with system codes to find the symbolic name.
See .COMErrors
in the
package.source
:"character"
a string giving the source of the error, e.g. the application name. description
:"character"
the human-readable description of the error.No methods defined with class "SCOMErrorInfo" in the signature.
Duncan Temple Lang (duncan@research.bell-labs.com)
http://www.omegahat.org/RDCOMClient http://www.omegahat.org/RDCOMServer http://www.omegahat.org/SWinTypeLibs