CoreTweet  2.0.0-beta.2
Yet another .NET Twitter Library
Classes | Namespaces | Enumerations
Error.cs File Reference

Classes

class  CoreTweet.Error
 Represents the error response from Twitter. More...
 

Namespaces

namespace  CoreTweet
 

Enumerations

enum  CoreTweet.ErrorCode {
  CoreTweet.ErrorCode.CouldNotAuthenticate = 32, CoreTweet.ErrorCode.PageDoesNotExist = 34, CoreTweet.ErrorCode.NotAuthorizedToUseThisEndpoint = 37, CoreTweet.ErrorCode.ParameterIsMissing = 38,
  CoreTweet.ErrorCode.YouCannotBlockYourself = 47, CoreTweet.ErrorCode.UserHasBeenSuspended = 63, CoreTweet.ErrorCode.AccountIsSuspended = 64, CoreTweet.ErrorCode.BackEndServiceIsUnavailable = 67,
  CoreTweet.ErrorCode.RestApiV1IsNoLongerActive = 68, CoreTweet.ErrorCode.RateLimitExceeded = 88, CoreTweet.ErrorCode.InvalidOrExpiredToken = 89, CoreTweet.ErrorCode.SslIsRequired = 92,
  CoreTweet.ErrorCode.NotAllowedToAccessOrDeleteDirectMessages = 93, CoreTweet.ErrorCode.UnableToVerifyCredentials = 99, CoreTweet.ErrorCode.CannotFindSpecifiedUser = 108, CoreTweet.ErrorCode.OverCapacity = 130,
  CoreTweet.ErrorCode.InternalError = 131, CoreTweet.ErrorCode.CouldNotAuthenticate_TimestampIsInvalid = 135, CoreTweet.ErrorCode.BlockedFromOperatingStatus = 136, CoreTweet.ErrorCode.AlreadyFavorited = 139,
  CoreTweet.ErrorCode.CannotFavoriteTweetsOfProtectedUsersYouAreNotFollowing = 142, CoreTweet.ErrorCode.NoStatusFoundWithThatId = 144, CoreTweet.ErrorCode.CannotSendDirectMessagesToUsersNotFollowingMe = 150, CoreTweet.ErrorCode.CannotSendLongDirectMessages = 151,
  CoreTweet.ErrorCode.YouCannotFollowYourself = 158, CoreTweet.ErrorCode.ThisAccountHasBeenSuspended = 159, CoreTweet.ErrorCode.AlreadyFollowRequested = 160, CoreTweet.ErrorCode.UnableToFollowMorePeople = 161,
  CoreTweet.ErrorCode.BlockedFromFollowingUser = 162, CoreTweet.ErrorCode.CouldNotFindStatus = 168, CoreTweet.ErrorCode.NotAuthorizedToSeeStatus = 179, CoreTweet.ErrorCode.CannotDeleteOtherUsersStatus = 183,
  CoreTweet.ErrorCode.OverStatusUpdateLimit = 185, CoreTweet.ErrorCode.OverCharactersLimit = 186, CoreTweet.ErrorCode.StatusIsDuplicate = 187, CoreTweet.ErrorCode.StatusContainsMalware = 188,
  CoreTweet.ErrorCode.ErrorCreatingStatus = 189, CoreTweet.ErrorCode.StatusCreationFailed = 190, CoreTweet.ErrorCode.OverDailyPhotoLimit = 191, CoreTweet.ErrorCode.MediaIsTooLarge = 193,
  CoreTweet.ErrorCode.BadRequest = 214, CoreTweet.ErrorCode.BadAuthenticationData = 215, CoreTweet.ErrorCode.CredentialsDoNotAllowAccessToThisResource = 220, CoreTweet.ErrorCode.DetectedAutomatedAction = 226,
  CoreTweet.ErrorCode.MustVerifyLogin = 231, CoreTweet.ErrorCode.EndpointHasRetired = 251, CoreTweet.ErrorCode.CannotPerformWriteActions = 261, CoreTweet.ErrorCode.CannotMuteMyself = 271,
  CoreTweet.ErrorCode.NotMutingSpecifiedUser = 272, CoreTweet.ErrorCode.AlreadyRetweetedThisTweet = 327
}
 Represents machine-parseable error code from Twitter (convertible from/to Error.Code). More...