The ErrorResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Attributes |
Gets or sets an attributes of the XML item (only for XML).
(Inherited from UniValue.) |
![]() | CollectionItems | (Inherited from UniValue.) |
![]() | ContainsListCollection |
Gets a value indicating whether the collection is a collection of IList objects.
(Inherited from UniValue.) |
![]() | ContentDisposition |
Gets the Content-Disposition header of the response.
(Inherited from RequestResult.) |
![]() | ContentType |
Gets or sets the content type of the response.
(Inherited from RequestResult.) |
![]() | Count |
Gets the number of elements actually contained in the CollectionItems.
(Inherited from UniValue.) |
![]() | FileName |
Gets the file name, if Result is file.
(Inherited from RequestResult.) |
![]() | HasAttributes |
Gets a value indicating whether the current UniValue object has an attributes (only for xml data type).
(Inherited from UniValue.) |
![]() | HasValue |
Gets a value indicating whether the current UniValue object has a value.
(Inherited from UniValue.) |
![]() | HttpHeaders |
Gets or sets the http headers of the response.
(Inherited from RequestResult.) |
![]() | IsArray | Obsolete.
Gets a value indicating the Result is array or not.
(Inherited from RequestResult.) |
![]() | IsBinary | (Inherited from UniValue.) |
![]() | IsBoolean | (Inherited from UniValue.) |
![]() | IsCollection |
Gets a value that indicates whether the data type of the UniValue is equal to UniValueCollection.
(Inherited from UniValue.) |
![]() | IsDateTime | (Inherited from UniValue.) |
![]() | IsDictionary | Obsolete.
Gets a value indicating the Result is Dictionary TKey, TValue or not.
(Inherited from RequestResult.) |
![]() | IsEmpty |
Gets a value indicating whether the Result is empty or not.
(Inherited from RequestResult.) |
![]() | IsFile |
Gets a value indicating the Result is file or not.
(Inherited from RequestResult.) |
![]() | IsNameValueCollection | Obsolete.
Gets a value indicating the Result is NameValueCollection or not.
(Inherited from RequestResult.) |
![]() | IsNumeric |
Gets a value that indicates whether the data type of the UniValue is equal to numeric type.
(Inherited from UniValue.) |
![]() | IsString | (Inherited from UniValue.) |
![]() | IsSuccessfully |
Gets a value indicating whether the current request result is successful or not.
|
![]() | IsValue | (Inherited from UniValue.) |
![]() | IsXml | Obsolete.
Gets a value indicating the Result is XML or not.
(Inherited from RequestResult.) |
![]() | Item Int32 |
Gets the value associated with the specified index of the CollectionItems.
(Inherited from UniValue.) |
![]() | Item String |
Gets the value associated with the specified key of the CollectionItems.
(Inherited from UniValue.) |
![]() | Key |
Gets or sets the key for the current item, if the current item included into the collection.
(Inherited from UniValue.) |
![]() | Parent |
The parent of the current item, if the current item included into the collection.
(Inherited from UniValue.) |
![]() | Result | Obsolete.
Gets or sets the processed result of the response.
(Inherited from RequestResult.) |
![]() | Source |
Gets or sets the source of the response.
(Inherited from RequestResult.) |
![]() | StatusCode |
Gets or sets the HTTP status code of the output returned to the client.
(Inherited from RequestResult.) |
See Also