Return Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- Anchor to ALREADY_EXISTSALREADY_EXISTS
The requested resource already exists.
- Anchor to BLANKBLANK
The input value is blank.
- Anchor to CREATION_FAILEDCREATION_FAILED
A requested resource could not be created.
- Anchor to EQUAL_TOEQUAL_TO
The input value should be equal to the value allowed.
- Anchor to FEATURE_NOT_ENABLEDFEATURE_NOT_ENABLED
A required feature is not enabled.
- Anchor to GREATER_THANGREATER_THAN
The input value should be greater than the minimum allowed value.
- Anchor to GREATER_THAN_OR_EQUAL_TOGREATER_THAN_OR_EQUAL_TO
The input value should be greater than or equal to the minimum value allowed.
- Anchor to INCLUSIONINCLUSION
The input value isn't included in the list.
- Anchor to INTERNAL_ERRORINTERNAL_ERROR
Unexpected internal error happened.
- Anchor to INVALIDINVALID
The input value is invalid.
- Anchor to INVALID_STATEINVALID_STATE
A resource was not in the correct state for the operation to succeed.
- Anchor to LESS_THANLESS_THAN
The input value should be less than the maximum value allowed.
- Anchor to LESS_THAN_OR_EQUAL_TOLESS_THAN_OR_EQUAL_TO
The input value should be less than or equal to the maximum value allowed.
- Anchor to MISSING_PERMISSIONMISSING_PERMISSION
The user does not have permission to perform the operation.
- Anchor to NOT_A_NUMBERNOT_A_NUMBER
The input value is not a number.
- Anchor to NOT_EDITABLENOT_EDITABLE
A requested item is not editable.
- Anchor to NOT_FOUNDNOT_FOUND
A requested item could not be found.
- Anchor to NOTIFICATION_FAILEDNOTIFICATION_FAILED
A requested notification could not be sent.
- Anchor to PRESENTPRESENT
The input value needs to be blank.
- Anchor to TAKENTAKEN
The input value is already taken.
- Anchor to TOO_BIGTOO_BIG
The input value is too big.
- Anchor to TOO_LONGTOO_LONG
The input value is too long.
- Anchor to TOO_MANY_ARGUMENTSTOO_MANY_ARGUMENTS
Too many arguments provided.
- Anchor to TOO_SHORTTOO_SHORT
The input value is too short.
- Anchor to WRONG_LENGTHWRONG_LENGTH
The input value is the wrong length.