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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
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