Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
twitter-crystal
v0.5.4
Twitter
BoundingBox
Coordinates
Cursor
Delete
DirectMessage
Error
Errors
ClientError
ServerError
HashtagEntity
Location
Place
PollEntity
PollOption
Relationship
REST
API
Client
DirectMessages
Favorites
FriendsAndFollowers
Geo
Search
Timelines
Tweets
Users
Settings
SleepTime
Status
Streaming
API
Client
Statuses
SymbolEntity
TimeZone
Tweet
TweetEntities
UrlEntity
User
UserDescriptionEntity
UserEntities
UserMentionEntity
UserUrlEntity
Built with Crystal 1.9.2
2023-10-08 10:54:51 UTC
struct
Twitter::Error
Twitter::Error
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
twitter/serializations/error.cr
Constructors
.new
(pull : JSON::PullParser)
Instance Method Summary
#code
: Int32
#code=
(code : Int32)
#message
: String
#message=
(message : String)
Constructor Detail
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
code
: Int32
#
[
View source
]
def
code=
(code : Int32)
#
[
View source
]
def
message
: String
#
[
View source
]
def
message=
(message : String)
#
[
View source
]