CoreTweet
2.0.0-beta.2
Yet another .NET Twitter Library
|
Represents the error response from Twitter. More...
Properties | |
int | Code [get, set] |
string | Message [get, set] |
Gets or sets the error message. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from CoreTweet.Core.CoreBase | |
static T | Convert< T > (string json, string jsonPath="") |
Converts the JSON to a twitter object of the specified type. More... | |
static List< T > | ConvertArray< T > (string json, string jsonPath) |
Represents the error response from Twitter.
|
getset |
Gets or sets the machine-parsable code.
While the text for an error message may change, the codes will stay the same.
|
getset |
Gets or sets the error message.