public final class WebErrorCode extends Object
Constructor and Description |
---|
WebErrorCode() |
Modifier and Type | Method and Description |
---|---|
static ErrorCode |
invalidParamsSignature() |
static ErrorCode |
invalidParamsValidation() |
static ErrorCode |
requestMethodNotAllowed() |
static ErrorCode |
requestOperationForbidden() |
static ErrorCode |
requestResourceUnauthorized() |
static ErrorCode |
resourceNotFoundOrNotExist() |
static ErrorCode |
uploadContentTypeInvalid() |
static ErrorCode |
uploadFileSizeLimitExceeded() |
static ErrorCode |
uploadSizeLimitExceeded() |
static ErrorCode |
userSessionAuthorized() |
static ErrorCode |
userSessionConfirmationState() |
static ErrorCode |
userSessionConfirmationState(String redirectUrl) |
static ErrorCode |
userSessionForceOffline() |
static ErrorCode |
userSessionForceOffline(String remoteAddr,
Long eventTime,
String description) |
static ErrorCode |
userSessionInvalidOrTimeout() |
public static final int INVALID_PARAMS_VALIDATION
public static final int RESOURCE_NOT_FOUND_OR_NOT_EXIST
public static final int REQUEST_METHOD_NOT_ALLOWED
public static final int REQUEST_RESOURCE_UNAUTHORIZED
public static final int USER_SESSION_INVALID_OR_TIMEOUT
public static final int REQUEST_OPERATION_FORBIDDEN
public static final int USER_SESSION_AUTHORIZED
public static final int INVALID_PARAMS_SIGNATURE
public static final int UPLOAD_FILE_SIZE_LIMIT_EXCEEDED
public static final int UPLOAD_SIZE_LIMIT_EXCEEDED
public static final int UPLOAD_CONTENT_TYPE_INVALID
public static final int USER_SESSION_CONFIRMATION_STATE
public static final int USER_SESSION_FORCE_OFFLINE
public static final String MSG_RESOURCE_NOT_FOUND_OR_NOT_EXIST
public static final String MSG_INVALID_PARAMS_VALIDATION
public static final String MSG_REQUEST_METHOD_NOT_ALLOWED
public static final String MSG_REQUEST_RESOURCE_UNAUTHORIZED
public static final String MSG_USER_SESSION_INVALID_OR_TIMEOUT
public static final String MSG_REQUEST_OPERATION_FORBIDDEN
public static final String MSG_USER_SESSION_AUTHORIZED
public static final String MSG_INVALID_PARAMS_SIGNATURE
public static final String MSG_UPLOAD_FILE_SIZE_LIMIT_EXCEEDED
public static final String MSG_UPLOAD_SIZE_LIMIT_EXCEEDED
public static final String MSG_UPLOAD_CONTENT_TYPE_INVALID
public static final String MSG_USER_SESSION_CONFIRMATION_STATE
public static final String MSG_USER_SESSION_FORCE_OFFLINE
public static ErrorCode resourceNotFoundOrNotExist()
public static ErrorCode invalidParamsValidation()
public static ErrorCode requestMethodNotAllowed()
public static ErrorCode requestResourceUnauthorized()
public static ErrorCode userSessionInvalidOrTimeout()
public static ErrorCode requestOperationForbidden()
public static ErrorCode userSessionAuthorized()
public static ErrorCode userSessionConfirmationState()
public static ErrorCode userSessionConfirmationState(String redirectUrl)
public static ErrorCode userSessionForceOffline()
public static ErrorCode userSessionForceOffline(String remoteAddr, Long eventTime, String description)
public static ErrorCode invalidParamsSignature()
public static ErrorCode uploadFileSizeLimitExceeded()
public static ErrorCode uploadSizeLimitExceeded()
public static ErrorCode uploadContentTypeInvalid()
Copyright © 2022. All rights reserved.