Package com.microstrategy.web.tasks
Interface TaskErrorCodes
-
- All Known Implementing Classes:
TaskRequestCSRFValidationException
public interface TaskErrorCodes
This interface defines the error codes that can be returned for Tasks.- Since:
- MicroStrategy Web 9.4.1
-
-
Field Summary
Fields Modifier and Type Field Description static int
INVALID_CSRF_CHECK
This is error code for all CSRF validation errorsstatic int
INVALID_JSONP
This is error code is associated with a potentially non-secure jsonp request.static int
INVALID_TASK_CONTENT_TYPE
-
-
-
Field Detail
-
INVALID_JSONP
static final int INVALID_JSONP
This is error code is associated with a potentially non-secure jsonp request.- See Also:
- Constant Field Values
-
INVALID_TASK_CONTENT_TYPE
static final int INVALID_TASK_CONTENT_TYPE
- See Also:
- Constant Field Values
-
INVALID_CSRF_CHECK
static final int INVALID_CSRF_CHECK
This is error code for all CSRF validation errors- See Also:
- Constant Field Values
-
-