> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# BulkTargetErrorCode

> Why a bulk operation could not be performed for one target.

**Enum**

Why a bulk operation could not be performed for one target. Failures are always per-target:
one user's failure never fails the rest of the request.

## Values

<ResponseField name="TARGET_NOT_CONNECTED" type="enum value">
  The id does not correspond to a user currently connected to your application.
</ResponseField>

<ResponseField name="INVALID_TARGET_IDENTIFIER" type="enum value">
  The id is not a valid identifier.
</ResponseField>

<ResponseField name="INSUFFICIENT_SCOPE" type="enum value">
  The user has not granted the scopes this operation requires.
</ResponseField>

<ResponseField name="ACCOUNT_NOT_PERMITTED" type="enum value">
  The user's grant does not permit this operation on the requested account.
</ResponseField>
