class documentation

class RateLimitError(bb.Struct): (source)

View In Hierarchy

Error occurred because the app is being rate limited. :ivar auth.RateLimitError.reason: The reason why the app is being rate limited. :ivar auth.RateLimitError.retry_after: The number of seconds that the app should wait before making another request.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable reason Undocumented
Instance Variable retry_after Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _reason_value Undocumented
Instance Variable _retry_after_value Undocumented
def __init__(self, reason=None, retry_after=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

retry_after = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_reason_value = (source)

Undocumented

_retry_after_value = (source)

Undocumented