BatchResult
BatchResult<
T> =object
Defined in: packages/core/src/types.ts:198
Result of a batch operation. Contains successful results and per-item errors. Request-level errors (rate limit, auth) are thrown, not stored here.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”errors
Section titled “errors”
readonlyerrors:ReadonlyMap<string,UnifiedLiveError>
Defined in: packages/core/src/types.ts:200
values
Section titled “values”
readonlyvalues:ReadonlyMap<string,T>
Defined in: packages/core/src/types.ts:199