ResponsePayloadErrorMessage Property
|
Get error message if it exists.
Namespace:
Guardtime.KSI.Service
Assembly:
ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntaxpublic string ErrorMessage { get; }
Public ReadOnly Property ErrorMessage As String
Get
public:
property String^ ErrorMessage {
String^ get ();
}
member ErrorMessage : string with get
Property Value
Type:
String
See Also