ImgurStatus Enumeration
Specifies one of the possible Imgur's server status result when uploading an image.
Namespace: DevCase.ThirdParty.ImgurAssembly: 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 Enumeration ImgurStatus
Dim instance As ImgurStatus
public enum class ImgurStatus
No code example is currently available or this language may not be supported.
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.
|