| | |
| | | /** |
| | | * The NSError domain of errors surfaced by the Twitter API. |
| | | */ |
| | | FOUNDATION_EXTERN NSString *const TWTRAPIErrorDomain; |
| | | FOUNDATION_EXPORT NSString *const TWTRAPIErrorDomain; |
| | | |
| | | /** |
| | | * Error codes surfaced by the Twitter API. |
| | |
| | | TWTRAPIErrorCodeChallengeCodeInvalid = 236, |
| | | |
| | | /** |
| | | * "Bad guest token." The token has probably expired. Try calling `-[TWTRTwitter logInGuestWithCompletion:]` again later. |
| | | * "Bad guest token." The token has probably expired. Try calling `-[Twitter logInGuestWithCompletion:]` again later. |
| | | */ |
| | | TWTRAPIErrorCodeBadGuestToken = 239, |
| | | |