Struct egg_mode::error::TwitterErrors
[−]
[src]
pub struct TwitterErrors {
pub errors: Vec<TwitterErrorCode>,
}Represents a collection of errors returned from a Twitter API call.
Fields
errors: Vec<TwitterErrorCode>
A collection of errors returned by Twitter.