Exceptions
- exception smartsheet.exceptions.ApiError(error, message=None, should_retry=False)
Bases:
SmartsheetExceptionErrors produced by the Smartsheet API.
- exception smartsheet.exceptions.HttpError(status_code, body)
Bases:
SmartsheetExceptionErrors produced at the HTTP layer.
- exception smartsheet.exceptions.InternalServerError(status_code, message)
Bases:
HttpErrorErrors due to a problem on Smartsheet.
- exception smartsheet.exceptions.RateLimitExceededError(error, message)
Bases:
ApiErrorRate limit exceeded.
- exception smartsheet.exceptions.ServerTimeoutExceededError(error, message)
Bases:
ApiErrorServer timeout exceeded. Request has failed.
- exception smartsheet.exceptions.SmartsheetException
Bases:
ExceptionRoot for SmartsheetErrors, never raised directly.
- exception smartsheet.exceptions.SystemMaintenanceError(error, message)
Bases:
ApiErrorSmartsheet.com is currently offline for system maintenance. …
- exception smartsheet.exceptions.UnexpectedErrorShouldRetryError(error, message)
Bases:
ApiErrorAn unexpected error has occurred. Please retry your request. If …
- exception smartsheet.exceptions.UnexpectedRequestError(request, response)
Bases:
SmartsheetExceptionError originating from Requests API.