Change Error Code
Possible error codes that can be returned by .
Anchor to Valid valuesValid values
- BLANK
- GREATER_THAN
- GREATER_THAN_OR_EQUAL_TO
- INCLUSION
- INTERNAL_ERROR
- INVALID
- LESS_THAN
- LESS_THAN_OR_EQUAL_TO
- NOT_A_NUMBER
- NOT_FOUND
- PRESENT
- TAKEN
- TOO_BIG
- TOO_LONG
- TOO_SHORT
- WRONG_LENGTH
- Anchor to BLANKBLANK
The input value is blank.
- 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 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 NOT_A_NUMBERNOT_
A_ NUMBER The input value is not a number.
- Anchor to NOT_FOUNDNOT_
FOUND The record with the ID used as the input value couldn't be found.
- 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_SHORTTOO_
SHORT The input value is too short.
- Anchor to WRONG_LENGTHWRONG_
LENGTH The input value is the wrong length.
Anchor to FieldsFields
- •OBJECT
The errors that occur during the execution of a change mutation.