module documentation
Undocumented
| Function | grpc |
Undocumented |
| Function | pb2 |
Undocumented |
| Function | pb2 |
Undocumented |
| Function | pbrpc |
Undocumented |
| Function | to |
Undocumented |
| Function | trailing |
Undocumented |
| Type Alias | |
Undocumented |
def grpc_status_of_errors(code:
int, message: str, errors: ServiceErrorPb | Iterable[ ServiceErrorPb]) -> Status:
(source)
¶
Undocumented
def pb2_from_status(status:
StatusPb, remove_from_details: bool = False) -> list[ ServiceErrorPb]:
(source)
¶
Undocumented
def pbrpc_status_of_errors(code:
int, message: str, errors: ServiceErrorPb | Iterable[ ServiceErrorPb]) -> StatusPb:
(source)
¶
Undocumented