Package com.microstrategy.web.beans
Interface EnumBeanErrorCodes
-
public interface EnumBeanErrorCodes
This interface defines error codes for SubscriptionBean and ScheduleBean.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
ADDRESS_ERROR_UNWANTED_ADDRESS_VALUE
Indicates address created on a fixed device can't have physical address value inputstatic int
EXPRESSION_VALIDATION_ERROR_1
static int
EXPRESSION_VALIDATION_ERROR_2
static int
EXPRESSION_VALIDATION_ERROR_3
static int
EXPRESSION_VALIDATION_ERROR_4
static int
EXPRESSION_VALIDATION_ERROR_5
static int
REPORT_ERROR_LOCKED_OBJECT
Indicates attemped to delete locked object from templatestatic int
SCHEDULE_ERROR_NO_TRIGGER
Indicates there is no trigger in the schedule.static int
SCHEDULE_ERROR_UNANSWERED_PROPMTS
Indicates there is unanswered prompts in the schedule.static int
SUBSCRIPTION_ERROR_EXISTING_ADDRESS_NAME
Indicates there is already an exsting address in the subscription.static int
SUBSCRIPTION_ERROR_EXISTING_ADDRESS_VALUE
Indicates there is already an exsting address value in the subscription.static int
SUBSCRIPTION_ERROR_INVALID_ADDRESS_VALUE
Indicates invalid address value passed.static int
SUBSCRIPTION_ERROR_NO_ADDRESS
Indicates there is no address in the subscription.static int
SUBSCRIPTION_ERROR_NO_TRIGGER
Indicates there is no trigger in the subscription.static int
SUBSCRIPTION_ERROR_NULL_ADDRESS_VALUE
Indicates null or empty address value passed.static int
SUBSCRIPTION_ERROR_NULL_DEVICE_ID
Indicates null or empty device ID passedstatic int
SUBSCRIPTION_ERROR_NULL_NAME
Indicates null or empty address value passed.static int
SUBSCRIPTION_ERROR_UNANSWERED_PROPMTS
Indicates there is unanswered prompts in the subscription.
-
-
-
Field Detail
-
SUBSCRIPTION_ERROR_UNANSWERED_PROPMTS
static final int SUBSCRIPTION_ERROR_UNANSWERED_PROPMTS
Indicates there is unanswered prompts in the subscription.- See Also:
- Constant Field Values
-
SCHEDULE_ERROR_UNANSWERED_PROPMTS
static final int SCHEDULE_ERROR_UNANSWERED_PROPMTS
Indicates there is unanswered prompts in the schedule.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_NO_TRIGGER
static final int SUBSCRIPTION_ERROR_NO_TRIGGER
Indicates there is no trigger in the subscription.- See Also:
- Constant Field Values
-
SCHEDULE_ERROR_NO_TRIGGER
static final int SCHEDULE_ERROR_NO_TRIGGER
Indicates there is no trigger in the schedule.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_NO_ADDRESS
static final int SUBSCRIPTION_ERROR_NO_ADDRESS
Indicates there is no address in the subscription.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_EXISTING_ADDRESS_NAME
static final int SUBSCRIPTION_ERROR_EXISTING_ADDRESS_NAME
Indicates there is already an exsting address in the subscription.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_NULL_NAME
static final int SUBSCRIPTION_ERROR_NULL_NAME
Indicates null or empty address value passed.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_NULL_ADDRESS_VALUE
static final int SUBSCRIPTION_ERROR_NULL_ADDRESS_VALUE
Indicates null or empty address value passed.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_NULL_DEVICE_ID
static final int SUBSCRIPTION_ERROR_NULL_DEVICE_ID
Indicates null or empty device ID passed- See Also:
- Constant Field Values
-
REPORT_ERROR_LOCKED_OBJECT
static final int REPORT_ERROR_LOCKED_OBJECT
Indicates attemped to delete locked object from template- See Also:
- Constant Field Values
-
EXPRESSION_VALIDATION_ERROR_1
static final int EXPRESSION_VALIDATION_ERROR_1
- See Also:
- Constant Field Values
-
EXPRESSION_VALIDATION_ERROR_2
static final int EXPRESSION_VALIDATION_ERROR_2
- See Also:
- Constant Field Values
-
EXPRESSION_VALIDATION_ERROR_3
static final int EXPRESSION_VALIDATION_ERROR_3
- See Also:
- Constant Field Values
-
EXPRESSION_VALIDATION_ERROR_4
static final int EXPRESSION_VALIDATION_ERROR_4
- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_INVALID_ADDRESS_VALUE
static final int SUBSCRIPTION_ERROR_INVALID_ADDRESS_VALUE
Indicates invalid address value passed.- See Also:
- Constant Field Values
-
SUBSCRIPTION_ERROR_EXISTING_ADDRESS_VALUE
static final int SUBSCRIPTION_ERROR_EXISTING_ADDRESS_VALUE
Indicates there is already an exsting address value in the subscription.- See Also:
- Constant Field Values
-
EXPRESSION_VALIDATION_ERROR_5
static final int EXPRESSION_VALIDATION_ERROR_5
- See Also:
- Constant Field Values
-
ADDRESS_ERROR_UNWANTED_ADDRESS_VALUE
static final int ADDRESS_ERROR_UNWANTED_ADDRESS_VALUE
Indicates address created on a fixed device can't have physical address value input- See Also:
- Constant Field Values
-
-