massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-pyright / node_modules / pyright / dist / typeshed-fallback / stubs / google-cloud-ndb / google / cloud / ndb / exceptions.pyi
1 from typing import Any
2
3 class Error(Exception): ...
4
5 class ContextError(Error):
6     def __init__(self) -> None: ...
7
8 class BadValueError(Error): ...
9 class BadArgumentError(Error): ...
10 class BadRequestError(Error): ...
11 class Rollback(Error): ...
12 class BadQueryError(Error): ...
13
14 class BadFilterError(Error):
15     filter: Any
16     def __init__(self, filter) -> None: ...
17
18 class NoLongerImplementedError(NotImplementedError):
19     def __init__(self) -> None: ...
20
21 class Cancelled(Error): ...
22 class NestedRetryException(Error): ...