RequestTooLargeError Class
An error response with status code 413 - Request Entity Too Large
- Inheritance
-
azure.data.tables._error.TableTransactionErrorRequestTooLargeError
RequestTooLargeError(**kwargs: Any)
add_note |
Exception.add_note(note) – add a note to the exception |
raise_with_traceback |
Raise the exception with the existing traceback. Deprecated since version 1.22.0: This method is deprecated as we don't support Python 2 anymore. Use raise/from instead. |
with_traceback |
Exception.with_traceback(tb) – set self.traceback to tb and return self. |
Exception.add_note(note) – add a note to the exception
add_note()
Raise the exception with the existing traceback.
Deprecated since version 1.22.0: This method is deprecated as we don't support Python 2 anymore. Use raise/from instead.
raise_with_traceback() -> None
Exception.with_traceback(tb) – set self.traceback to tb and return self.
with_traceback()
Comentários do Azure SDK for Python
O Azure SDK for Python é um projeto código aberto. Selecione um link para fornecer comentários: