Enum HttpEnum.ErrorMessage
Enumeration for HTTP error code messages.
public enum HttpEnum.ErrorMessage
- Extension Methods
Fields
BadRequestDuplicateData = 4003The submitted data contains duplicate values that are not allowed.
BadRequestIncorrectEmailOrUsername = 4008Invalid username or email.
BadRequestIncorrectLength = 4007Incorrect length.
BadRequestIncorrectPassword = 4225The current password is incorrect, or the new password does not meet the required format. Please check and try again.
BadRequestIncorrectType = 4006Incorrect type.
BadRequestInvalidEmail = 4005Email already exists.
BadRequestInvalidFormat = 4002The format of the provided data is invalid.
BadRequestInvalidUsername = 4004Username already exists.
BadRequestMissingParameters = 4001Required parameters are missing from the request.
ConflictCreationFailed = 4096The creation could not be completed.
ConflictDeleteFailed = 4092The deletion could not be completed.
ConflictInvalidResourceState = 4095The current state of the resource prevents this operation.
ConflictOperationIncompleted = 4097Operation could not be completed.
ConflictResourceAlreadyExists = 4094The resource already exists and cannot be duplicated.
ConflictResourceInUse = 4093The deletion could not be completed because the resource is in use.
ConflictUpdateFailed = 4091The update could not be completed.
ForbiddenNoAccess = 4031User does not have access to this resource.
ForbiddenNoPermission = 4032User does not have permission to perform this operation.
ForbiddenRestrictedAccess = 4033Access is restricted due to security configurations.
ForbiddenUserBlocked = 4034User is blocked or disabled.
InternalServerErrorExternalServiceError = 5003Error communicating with an external service.
InternalServerErrorInternalFailure = 5002The service could not complete the operation due to an internal failure.
InternalServerErrorUnexpected = 5001An unexpected error occurred while processing the request.
NotFoundNoMatches = 4042No items matching the search criteria were found.
NotFoundResourceMissing = 4041The requested resource does not exist.
OkResouceNotModified = 2001The update could not be completed because the resource has not been modified.
Action is temporarily unavailable.
The data service is temporarily unavailable.
The system is experiencing high load. Please try again later.
The service is under maintenance. Please try again later.
Invalid user credentials.
The authentication token is invalid or has been revoked.
The user does not have permission to perform this action.
The access token has expired.
User not registered.
UnprocessableEntityCannotProcess = 4222The resource cannot be processed.
UnprocessableEntityInvalidFields = 4221One or more fields do not meet the required validations.
UnprocessableEntityInvalidPassword = 4224The password is not strong enough.
UnprocessableEntityOutOfRange = 4223The provided value is outside the allowed range.