Skip to main content
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

String
Your reference id for the target user, when available.
UUID
The accountId of the target user, when the target was resolved.
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.
String!
Human-readable failure detail.