Table of Contents

Enum ExceptionType

Namespace
Glitch9
public enum ExceptionType
Extension Methods

Fields

[Message("Authentication Failed.")] AuthenticationFailed = 600
[Message("Content is not ready.")] ContentNotReady = 800
[Message("Conversion Failed.")] ConversionFailed = 700
[Message("Data is out of range.")] DataOutOfRange = 504
[Message("Data is duplicated.")] DuplicateData = 505
[Message("Response is empty.")] EmptyResponse = 502
[Message("A custom API error object was returned.")] ErrorObjectReturned = 417
[Message("File format is not supported.")] FileFormatUnsupported = 201
[Message("File not found.")] FileNotFound = 200
[Message("File size is too large.")] FileSizeExceeded = 202
[Message("[403] Server is forbidden. Please check your access rights.")] Forbidden = 403
[Message("You don't have enough currency.")] InsufficientCurrency = 813
[Message("Not enough energy.")] InsufficientEnergy = 809
[Message("You don't have required materials.")] InsufficientMaterials = 811
[Message("Not enough stamina.")] InsufficientStamina = 810
[Message("You don't have enough tokens.")] InsufficientTokens = 812
[Message("Server error occurred. Please try again later.")] InternalServerError = 500
[Message("Invalid amount.")] InvalidAmount = 801
[Message("Invalid argument provided.")] InvalidArgument = 2
[Message("Batch operation Failed.")] InvalidBatchOperation = 412
[Message("Invalid character.")] InvalidCharacter = 807
[Message("Invalid content.")] InvalidContent = 805
[Message("Invalid email address.")] InvalidEmail = 601
[Message("Invalid email or password.")] InvalidEmailOrPassword = 603
[Message("[404] Target endpoint is not available. Please check the URL.")] InvalidEndpoint = 404
[Message("Invalid format.")] InvalidFormat = 3
[Message("Invalid item.")] InvalidItem = 803
[Message("Invalid operation attempted.")] InvalidOperation = 1
[Message("Invalid password.")] InvalidPassword = 602
[Message("[400] Invalid request. Please check your input.")] InvalidRequest = 400
[Message("Response is malformed.")] MalformedResponse = 503
[Message("Character is not found.")] MissingCharacter = 808
[Message("Content is not found.")] MissingContent = 806
[Message("Item is not found.")] MissingItem = 804
[Message("Please enter all required fields to send this request.")] MissingRequiredField = 407
[Message("Network error occurred. Please try again later.")] NetworkError = 410
[Message("No internet connection. Please try again later.")] NoInternet = 409
[Message("You don't have season pass.")] NoSeasonPass = 814
None = 0
[Message("Your level is not high enough.")] NotEnoughLevel = 802
[Message("Parsing Failed.")] ParsingFailed = 701
[Message("[401] You don't have permission to execute this operation.")] PermissionDenied = 401
[Message("There was an error while receiving the response.")] ReceiveFailed = 414
[Message("Request Failed.")] RequestFailed = 405
[Message("Request is not allowed by the server.")] RequestProhibitedByCachePolicy = 415
[Message("Request is not allowed by the server.")] RequestProhibitedByProxy = 416
[Message("Request timeout.")] RequestTimeout = 406
[Message("Resource already exists.")] ResourceAlreadyExists = 301
[Message("Resource is locked.")] ResourceLocked = 302
[Message("Resource not found.")] ResourceNotFound = 300
[Message("Resource state conflict.")] ResourceStateConflict = 303
[Message("There was an error while sending the request.")] SendFailed = 413
[Message("Serialization Failed.")] SerializationFailed = 702
[Message("[402] Server is not available. Please try again later.")] ServiceUnavailable = 402
[Message("Session is Expired.")] SessionExpired = 606
[Message("Token is Expired.")] TokenExpired = 604
[Message("Invalid token.")] TokenInvalid = 605
[Message("Too many requests. Please try again later.")] TooManyRequests = 411
[Message("Access has been denied.")] UnauthorizedAccess = 408
[Message("An unknown error occurred.")] UnknownError = 0
[Message("Validation error occurred.")] ValidationError = 501