Skip to content

Commit

Permalink
add todo note
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Oct 28, 2024
1 parent e6eaad7 commit ffa67f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ export class ThrottlingError extends ServiceError {
export class QueryTimeoutError extends ServiceError {
/**
* Statistics regarding the query.
*
* TODO: Deprecate this `stats` field. All `ServiceError`s already provide
* access to stats through `queryInfo.stats`
*/
readonly stats?: QueryStats;

Expand Down

0 comments on commit ffa67f5

Please sign in to comment.