Result Class |
Namespace: Particle
The Result type exposes the following members.
Name | Description | |
---|---|---|
![]() | Result |
Initializes a new instance of the Result class.
|
![]() | Result(Boolean) |
Initializes a new instance of the Result class.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |