Click or drag to resize
ISignRSAgetErrorMessage Method
Get an error message for the last operation. After any method of this object has been called, this function shall return an error message (possibly empty if the most recently called method didn't fail).

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
string getErrorMessage()

Return Value

Type: String
An error message (possibly empty if the last operation succeeded).
See Also