Result Properties |
The Result type exposes the following members.
Name | Description | |
---|---|---|
![]() | Error |
Gets or sets the error.
|
![]() | ErrorDescription |
Gets or sets the error description.
|
![]() | Errors |
Gets or sets the errors.
|
![]() | Exception |
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.
|
![]() | Info |
Redirect info in the json to the Massage property |
![]() | Message |
Gets or sets the message.
|
![]() | Status |
Redirect status in the json to the Massage property |
![]() | Success |
Gets or sets a value indicating whether this Result is success.
|