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 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_CSRF_CHECK

        static final int INVALID_CSRF_CHECK
        This is error code for all CSRF validation errors
        See Also:
        Constant Field Values