ImgurStatus Enumeration

Specifies one of the possible Imgur's server status result when uploading an image.

Definition

Namespace: DevCase.ThirdParty.Imgur
Assembly: DevCase.net48.ThirdParty.Imgur (in DevCase.net48.ThirdParty.Imgur.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum ImgurStatus

Members

UnknownError 0 Indicates an unknown status.
Success 200 Indicates a success status.
BadImageFormat 400 Indicates a bad image file-format.
AuthorizationFailed 401 Indicates that the authorization to upload the image has failed. Note: It's unsure that this status code could raise in an anonym upload.
AccessForbidden 403 Indicates that the access is forbidden.
PageIsNotFound 404 Indicates that the page is not found.
UploadRateLimitError 429 Indicates that the user (Anonym IP) raised the image upload limit. Note: It's unsure that this status code could raise in an anonym upload.
InternalServerError 500 Indicates an internal imgur service error.

See Also