Click or drag to resize

RequestResult Class

[This is preliminary documentation and is subject to change.]

A structure which indicates whether or not a CFX request to an endpoint was successful. If not successful, information about the nature of the failure is provided.
Inheritance Hierarchy
SystemObject
  CFX.StructuresRequestResult

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class RequestResult

The RequestResult type exposes the following members.

Properties
  NameDescription
Public propertyMessage
In the case of a failure, a human readable message indicating the nature of the failure
Public propertyResult
An enumeration indication whether or not the request was successfully executed
Public propertyResultCode
In the case of a failure, an integer-based, endpoint-specific error code indicating the nature of the failure
Top
See Also