Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8c137fe

Browse files
ohmayrvchudnov-ggcf-owl-bot[bot]
authored
feat: add async unsupported paramater exception (#694)
* feat: add async unsupported paramater exception* Update google/api_core/exceptions.pyCo-authored-by: Victor Chudnovsky <vchudnov@google.com>* 🦉 Updates from OwlBot post-processorSeehttps://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md---------Co-authored-by: Victor Chudnovsky <vchudnov@google.com>Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent1c4b0d0 commit8c137fe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎google/api_core/exceptions.py‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,12 @@ class DeadlineExceeded(GatewayTimeout):
442442
grpc_status_code=grpc.StatusCode.DEADLINE_EXCEEDEDifgrpcisnotNoneelseNone
443443

444444

445+
classAsyncRestUnsupportedParameterError(NotImplementedError):
446+
"""Raised when an unsupported parameter is configured against async rest transport."""
447+
448+
pass
449+
450+
445451
defexception_class_for_http_status(status_code):
446452
"""Return the exception class for a specific HTTP status code.
447453

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp