CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Properties | List of all members
CoreTweet.Error Class Reference

Represents the error response from Twitter. More...

Inheritance diagram for CoreTweet.Error:
CoreTweet.Core.CoreBase

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)
 

Detailed Description

Represents the error response from Twitter.

Property Documentation

◆ Code

int CoreTweet.Error.Code
getset

Gets or sets the machine-parsable code.

While the text for an error message may change, the codes will stay the same.

◆ Message

string CoreTweet.Error.Message
getset

Gets or sets the error message.


The documentation for this class was generated from the following file: