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