Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Apr 17, 2024
1 parent d467ade commit c0efc73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,7 @@ export class InvalidRequestError extends ServiceError {
*/
export class ConstraintFailureError extends ServiceError {
/**
* The user provided value passed to the originating `abort()` call.
* Present only when the query encountered an `abort()` call, which is denoted
* by the error code `"abort"`
* The list of constraints that failed.
*/
readonly constraint_failures: Array<ConstraintFailure>;

Expand Down

0 comments on commit c0efc73

Please sign in to comment.