File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
google/cloud/bigtable/data Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 5959from google .api_core .exceptions import DeadlineExceeded
6060from google .api_core .exceptions import ServiceUnavailable
6161from google .api_core .exceptions import Aborted
62+ from google .api_core .exceptions import Cancelled
6263from google .protobuf .message import Message
6364from google .protobuf .internal .enum_type_wrapper import EnumTypeWrapper
6465
@@ -938,6 +939,7 @@ def __init__(
938939 DeadlineExceeded ,
939940 ServiceUnavailable ,
940941 Aborted ,
942+ Cancelled ,
941943 ),
942944 default_mutate_rows_retryable_errors : Sequence [type [Exception ]] = (
943945 DeadlineExceeded ,
Original file line number Diff line number Diff line change 4949from google .api_core .exceptions import DeadlineExceeded
5050from google .api_core .exceptions import ServiceUnavailable
5151from google .api_core .exceptions import Aborted
52+ from google .api_core .exceptions import Cancelled
5253from google .protobuf .message import Message
5354from google .protobuf .internal .enum_type_wrapper import EnumTypeWrapper
5455import google .auth .credentials
@@ -729,6 +730,7 @@ def __init__(
729730 DeadlineExceeded ,
730731 ServiceUnavailable ,
731732 Aborted ,
733+ Cancelled ,
732734 ),
733735 default_mutate_rows_retryable_errors : Sequence [type [Exception ]] = (
734736 DeadlineExceeded ,
You can’t perform that action at this time.
0 commit comments