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.