module documentation

Undocumented

Class RequestStatusExtended Undocumented
Exception RequestError Undocumented
Function int_to_status_code Undocumented
Function is_dns_error Undocumented
Function is_network_error Undocumented
Function is_retriable_error Undocumented
Function is_transport_error Undocumented
Function to_anypb Undocumented
Function to_str Undocumented
Variable code_map Undocumented
Variable DefaultRetriableCodes Undocumented
def int_to_status_code(i: int | StatusCode) -> StatusCode: (source)

Undocumented

def is_dns_error(err: Exception) -> bool: (source)

Undocumented

def is_network_error(err: Exception) -> bool: (source)

Undocumented

def is_retriable_error(err: Exception, deadline_retriable: bool = False) -> bool: (source)

Undocumented

def is_transport_error(err: Exception) -> bool: (source)

Undocumented

def to_anypb(err: ServiceError) -> AnyPb: (source)

Undocumented

def to_str(err: ServiceError) -> str: (source)

Undocumented

code_map = (source)

Undocumented

DefaultRetriableCodes = (source)

Undocumented