IsWebServiceError Property
Gets the value telling if the error originated from the Vault server.
Syntax
public System.bool IsWebServiceError {get;}Public ReadOnly Property IsWebServiceError As System.BooleanRemarks
If this value is false, the error did not come from the Vault server. Something else caused the error, such as a network failure. Examine the Exception to get information about the error. The other properties, such as ErrorCode are not valid if the this value is false.