Click or drag to resize
Result Properties

The Result type exposes the following members.

Properties
  NameDescription
Public propertyError
Gets or sets the error.
Public propertyErrorDescription
Gets or sets the error description.
Public propertyErrors
Gets or sets the errors.
Public propertyException
Gets or sets the error exception. When an exception is caught in this library it will be placed in here so you can inspect it more if you want to.
Public propertyInfo
Redirect info in the json to the Massage property
Public propertyMessage
Gets or sets the message.
Public propertyStatus
Redirect status in the json to the Massage property
Public propertySuccess
Gets or sets a value indicating whether this Result is success.
Top
See Also