> ## 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.

# BulkTargetFailure

> A target user that could not be included in a bulk read result.

**Object**

A target user that could not be included in a bulk read result. A failed target never fails the
whole request — it is reported here instead. Shared by the bulk balances and transactions reads.

## Fields

<ResponseField name="externalReferenceId" type="String">
  Your reference id for the target user, when available.
</ResponseField>

<ResponseField name="accountId" type="UUID">
  The accountId of the target user, when the target was resolved.
</ResponseField>

<ResponseField name="code" type="BulkTargetErrorCode!">
  Machine-readable failure reason. Enum rather than String so the closed set is discoverable by
  introspection and codegen: the resolver can only emit an unresolvable-target reason
  (TARGET\_NOT\_CONNECTED, INVALID\_TARGET\_IDENTIFIER) or a scope-denial reason (INSUFFICIENT\_SCOPE,
  ACCOUNT\_NOT\_PERMITTED). Adding a fifth reason at either call site means adding it here too.
</ResponseField>

<ResponseField name="message" type="String!">
  Human-readable failure detail.
</ResponseField>
