Click or drag to resize

RequestResult Class

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: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class RequestResult

The RequestResult type exposes the following members.

Constructors
 NameDescription
Public methodRequestResult Default constructor
Top
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