public interface

TaskErrorCodes

com.microstrategy.web.tasks.TaskErrorCodes

Class Overview

This interface defines the error codes that can be returned for Tasks.

Summary

Constants
int INVALID_JSONP This is error code is associated with a potentially non-secure jsonp request.
int INVALID_TASK_CONTENT_TYPE

Constants

public static final int INVALID_JSONP

This is error code is associated with a potentially non-secure jsonp request.

Constant Value: 4096 (0x00001000)

public static final int INVALID_TASK_CONTENT_TYPE

Constant Value: 4097 (0x00001001)