Twitter Error Details class
| C# | Visual Basic |
[SerializableAttribute] [JsonObjectAttribute(MemberSerialization = MemberSerialization.OptIn)] [XmlRootAttribute("hash")] public class TwitterErrorDetails : TwitterObject
<SerializableAttribute> _ <JsonObjectAttribute(MemberSerialization := MemberSerialization.OptIn)> _ <XmlRootAttribute("hash")> _ Public Class TwitterErrorDetails _ Inherits TwitterObject
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| TwitterErrorDetails()()()() | Initializes a new instance of the TwitterErrorDetails class | |
| Equals(Object) | (Inherited from Object.) | |
| ErrorMessage |
Gets or sets the error message.
| |
| Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()()() | Serves as a hash function for a particular type. (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.) | |
| RequestPath |
Gets or sets the request path.
| |
| ToString()()()() | (Inherited from Object.) |
Often, twitter returns error details in the body of response. This class represents the data structure of the error for deserialization.
| Object | ||
| TwitterObject | ||
| TwitterErrorDetails | ||