Skip to main content
enum

Possible error codes that can be returned by ChangeUserError.

The input value is blank.

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.

The input value isn't included in the list.

Unexpected internal error happened.

The input value is invalid.

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.

The input value is not a number.

The record with the ID used as the input value couldn't be found.

The input value needs to be blank.

The input value is already taken.

The input value is too big.

The input value is too long.

The input value is too short.

The input value is the wrong length.


Was this section helpful?

•OBJECT

The errors that occur during the execution of a change mutation.


Was this section helpful?