Skip to main content
Log inSign up

Remove unused error codes from LocationDeactivateUserErrorCode

As of the 2024-10 release of the GraphQL Admin API, we're removing the error codes: HAS_OPEN_TRANSFERS_ERROR and FAILED_TO_RELOCATE_OPEN_TRANSFERS from LocationDeactivateUserErrorCode.

The error codes were not being returned from the LocationDeactivate mutation, as such, they will no longer be listed as possible error codes.

If you are explicitly checking either of these error codes, you should remove references to them.

Was this section helpful?