@@ -59,7 +59,7 @@ export class CloudOperationsClient {
5959 *
6060 * The deadline is a point in time after which any pending gRPC request will be considered as failed;
6161 * this will locally result in the request call throwing a {@link grpc.ServiceError|ServiceError}
62- * with code {@link grpc.status.DEADLINE_EXCEEDED|DEADLINE_EXCEEDED}.
62+ * with code {@link grpc.status.DEADLINE_EXCEEDED|DEADLINE_EXCEEDED}; see { @link isGrpcDeadlineError} .
6363 *
6464 * It is stronly recommended to explicitly set deadlines. If no deadline is set, then it is
6565 * possible for the client to end up waiting forever for a response.
@@ -80,7 +80,7 @@ export class CloudOperationsClient {
8080 /**
8181 * Set an {@link AbortSignal} that, when aborted, cancels any ongoing service requests executed in
8282 * `fn`'s scope. This will locally result in the request call throwing a {@link grpc.ServiceError|ServiceError}
83- * with code {@link grpc.status.CANCELLED|CANCELLED}.
83+ * with code {@link grpc.status.CANCELLED|CANCELLED}; see { @link isGrpcCancelledError} .
8484 *
8585 * This method is only a convenience wrapper around {@link CloudOperationsConnection.withAbortSignal}.
8686 *
@@ -468,7 +468,7 @@ export class CloudOperationsConnection {
468468 *
469469 * The deadline is a point in time after which any pending gRPC request will be considered as failed;
470470 * this will locally result in the request call throwing a {@link grpc.ServiceError|ServiceError}
471- * with code {@link grpc.status.DEADLINE_EXCEEDED|DEADLINE_EXCEEDED}.
471+ * with code {@link grpc.status.DEADLINE_EXCEEDED|DEADLINE_EXCEEDED}; see { @link isGrpcDeadlineError} .
472472 *
473473 * It is stronly recommended to explicitly set deadlines. If no deadline is set, then it is
474474 * possible for the client to end up waiting forever for a response.
0 commit comments