Skip to content

KVSDMSOperationResponse#

Summary: Holder object for holding for client operations result.

Procedures#

IsSuccessful() : Boolean#

Summary: Checks whether the operation was successful.

procedure IsSuccessful(): Boolean

Returns: True if the operation was successful; otherwise - false.

GetErrorText() : Text#

Summary: Gets the error (if any) of the response.

procedure GetErrorText(): Text

Returns: Text representation of the error that occurred during the operation.

GetError() : ErrorInfo#

Summary: Gets the error (if any) of the response.

procedure GetError(): ErrorInfo

Returns: ErrorInfo object defines the error that occurred during the operation.

GetHttpResponseMessage() : HttpResponseMessage#

Summary: Gets the http Response Message of the response.

procedure GetHttpResponseMessage(): HttpResponseMessage

Returns: Return value of type HttpResponseMessage.