Module: XTwitterScraper::Models::Error::Error
- Extended by:
- Internal::Type::Enum
- Defined in:
- lib/x_twitter_scraper/models/error.rb
Overview
Constant Summary collapse
- INTERNAL_ERROR =
:internal_error- INVALID_FORMAT =
:invalid_format- INVALID_ID =
:invalid_id- INVALID_INPUT =
:invalid_input- INVALID_PARAMS =
:invalid_params- INVALID_TOOL_TYPE =
:invalid_tool_type- INVALID_TWEET_ID =
:invalid_tweet_id- INVALID_TWEET_URL =
:invalid_tweet_url- INVALID_USERNAME =
:invalid_username- MISSING_PARAMS =
:missing_params- MISSING_QUERY =
:missing_query- MONITOR_ALREADY_EXISTS =
:monitor_already_exists- MONITOR_LIMIT_REACHED =
:monitor_limit_reached- NO_SUBSCRIPTION =
:no_subscription- NOT_FOUND =
:not_found- STREAM_REGISTRATION_FAILED =
:stream_registration_failed- SUBSCRIPTION_INACTIVE =
:subscription_inactive- TWEET_NOT_FOUND =
:tweet_not_found- UNAUTHENTICATED =
:unauthenticated- USAGE_LIMIT_REACHED =
:usage_limit_reached- USER_NOT_FOUND =
:user_not_found- WEBHOOK_INACTIVE =
:webhook_inactive- X_API_RATE_LIMITED =
:x_api_rate_limited- X_API_UNAVAILABLE =
:x_api_unavailable- X_API_UNAUTHORIZED =
:x_api_unauthorized
Class Method Summary collapse
Methods included from Internal::Type::Enum
==, ===, coerce, dump, hash, inspect, to_sorbet_type, values
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/x_twitter_scraper/models/error.rb', line 46
|