Describes the result status of a request

Declaration Syntax
public enum RequestResult
Public Enumeration RequestResult

Members
| Member | Description |
|---|
| Success |
The request was completed successfully
|
| FileNotFound |
The URI requested is invalid or the resource requested, such as a user, does not exists.
|
| BadRequest |
The request was invalid. An accompanying error message will explain why.
|
| Unauthorized |
Authentication credentials were missing or incorrect.
|
| NotAcceptable |
Returned by the Search API when an invalid format is specified in the request.
|
| RateLimited |
The authorized user, or client IP address, is being rate limited.
|
| TwitterIsDown |
Twitter is currently down.
|
| TwitterIsOverloaded |
Twitter is online, but is overloaded. Try again later.
|
| ConnectionFailure |
The request failed due to a connection issue or timeout.
|
| Unknown |
Something unexpected happened. See the error message for additional information.
|
Assembly:
Twitterizer2 (Module: Twitterizer2) Version: 2.3.2.40349 (2.3.2.0)