Skip to content

Instantly share code, notes, and snippets.

@marcel
Created October 23, 2009 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcel/217206 to your computer and use it in GitHub Desktop.
Save marcel/217206 to your computer and use it in GitHub Desktop.
- identifier: 1
status_code: 400
message: "Error in 'since_id' parameter: invalid id."
name: invalid_since_id
- identifier: 2
status_code: 400
message: Invalid request.
lable: invalid_request
- identifier: 3
status_code: 400
message: "Rate limit exceeded. Clients may not make more than {limiter.limit} requests per hour."
name: rate_limit_exceeded
- identifier: 4
status_code: 400
message: Two user ids or screen_names must be supplied.
name: two_users_required
- identifier: 5
status_code: 400
message: We could not delete that status for some reason.
name: unable_to_delete_status
- identifier: 6
status_code: 401
message: Authentication required to request your own timeline.
name: must_authenticate_for_own_timeline
- identifier: 7
status_code: 403
message: "Client must provide a 'status' parameter with a value."
name: status_required
- identifier: 8
status_code: 403
message: Could not find both specified users.
name: can_not_find_both_users
- identifier: 9
status_code: 403
message: "Could not follow user: {notice}"
name: could_not_follow_user
- identifier: 10
status_code: 403
message: Could not register Apple push device.
name: could_not_register_apple_push_device
- identifier: 11
status_code: 403
message: Following information is not available for protected users without authentication.
name: must_authenticate_for_following_information_of_protected_user
- identifier: 12
status_code: 403
message: "Leaving friend failed: no such user."
name: can_not_unfollow_non_existant_user
- identifier: 13
status_code: 403
message: "Missing required parameter: query."
name: query_required
- identifier: 14
status_code: 403
message: Recipient user not found.
name: recipient_not_found
- identifier: 15
status_code: 403
message: "Sorry, you are not authorized to see this status."
name: not_authorized_to_see_status
- identifier: 16
status_code: 410
message: The email parameter has been deprecated.
name: email_parameter_deprecated
- identifier: 17
status_code: 403
message: There was a problem following the specified user.
name: problem_following_user
- identifier: 18
status_code: 403
message: There was a problem leaving the specified user.
name: problem_leaving_user
- identifier: 19
status_code: 403
message: There was an error deleting the specified direct message.
name: error_deleting_direct_message
- identifier: 20
status_code: 403
message: There was an error deleting your search.
name: error_deleting_search
- identifier: 21
status_code: 403
message: "There was an error sending your message: {message.errors.full_messages.to_sentence}"
name: error_sending_message
- identifier: 22
status_code: 403
message: This account is currently suspended.
name: account_is_suspended
- identifier: 23
status_code: 403
message: You are not friends with the specified user.
name: not_friends_with_user
- identifier: 24
status_code: 403
message: You cannot send messages to users who are not following you.
name: can_not_send_messages_to_user_not_following_you
- identifier: 25
status_code: 403
message: You do not have permission to retrieve following status for both specified users.
name: can_not_retrieve_following_status_for_specified_users
- identifier: 26
status_code: 403
message: You have already favorited this status.
name: status_already_favorited
- identifier: 27
status_code: 403
message: You may not delete another user's status.
name: can_not_delete_other_users_status
- identifier: 28
status_code: 403
message: "You may only delete direct messages you've sent or received."
name: can_not_delete_direct_message
- identifier: 29
status_code: 404
message: No direct message with that ID found.
name: can_not_find_direct_message
- identifier: 30
status_code: 404
message: No status found with that ID.
name: can_not_find_status
- identifier: 31
status_code: 404
message: User has been suspended.
name: user_has_been_suspended
- identifier: 32
status_code: 404
message: User not found.
name: user_not_found
- identifier: 33
status_code: 404
message: Users not found.
name: users_not_found
- identifier: 34
status_code: 404
message: You are not blocking this user.
name: not_blocking_user
- identifier: 35
status_code: 410
message: "This method is deprecated. Please call {new_path}."
name: method_is_deprecated
- identifier: 36
status_code: 500
message: There was an error sending your message.
name: error_sending_message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment