From DocWiki
(Difference between revisions)
Latest revision as of 19:43, 21 June 2011
SocialMiner User Interface - Common Errors
| Problem Summary
| You see a numerical error code on the screen and are not sure what it means.
|
| Error Message
| Various
|
| Possible Cause
| Various
|
| Recommended Action
| All errors are returned as HTTP 1.1 Status Codes. http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html
The common codes used by SocialMiner are:
- 200 OK: Success
- 201 Created: The requested item was created.
- 202 Accepted: The request was accepted. Generally, a URL is provided to obtain additional details, for example, for polling the OAuth status.
- 400 Bad Request: The request is invalid. See the information returned in the ApiErrors message for more details.
- 401 Unauthorized: The authentication credentials were not supplied or were incorrect.
- 404 Not Found: The URI requested does not exist on the server.
- 500 Internal Server Error: Something broke on the server. Submit a post to the SocialMiner Forums explaining what you did and the server's response.
|
| Release
| Release 8.5(x)
|
| Associated CDETS #
| None
|
Rating: 0.0/5 (0 votes cast)