Struct egg_mode::error::TwitterErrorCode [−][src]
Expand description
Represents a specific error returned from a Twitter API call.
Fields
message: StringThe error message returned by Twitter.
code: i32The numeric error code returned by Twitter. A list of possible error codes can be found in the API documentation.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TwitterErrorCodeimpl Send for TwitterErrorCodeimpl Sync for TwitterErrorCodeimpl Unpin for TwitterErrorCodeimpl UnwindSafe for TwitterErrorCode