ServiceRequestError Class
An error occurred while attempt to make a request to the service. No request was sent.
Constructor
ServiceRequestError(message: object | None, *args: Any, **kwargs: Any)
Parameters
| Name | Description |
|---|---|
|
message
Required
|
|
Methods
| add_note |
Exception.add_note(note) – add a note to the exception |
| with_traceback |
Exception.with_traceback(tb) – set self.traceback to tb and return self. |
add_note
Exception.add_note(note) – add a note to the exception
add_note()
with_traceback
Exception.with_traceback(tb) – set self.traceback to tb and return self.
with_traceback()
Attributes
args
continuation_token
continuation_token: str | None
exc_msg
exc_msg: str
exc_traceback
exc_traceback: TracebackType | None
exc_type
exc_type: Type[Any] | None
exc_value
exc_value: BaseException | None
inner_exception
inner_exception: BaseException | None
message
message: str