| Package | Description |
|---|---|
| com.smartsheet.api | |
| com.smartsheet.api.models | |
| com.smartsheet.api.retry |
| Constructor and Description |
|---|
AccessTokenExpiredException(Error error)
Instantiates a new access token expired exception.
|
AuthorizationException(Error error)
Constructor.
|
InvalidRequestException(Error error)
Constructor.
|
ResourceNotFoundException(Error error)
Constructor.
|
ServiceUnavailableException(Error error)
Constructor.
|
SmartsheetRestException(Error error)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Error |
ImageUrl.getError()
Get the error object
|
Error |
BulkRowFailedItem.getError() |
Error |
Error.setErrorCode(Integer errorCode)
Sets the error code.
|
Error |
Error.setMessage(String message)
Sets the message.
|
Error |
Error.setRefId(String refId)
Set the reference ID
|
| Modifier and Type | Method and Description |
|---|---|
ImageUrl |
ImageUrl.setError(Error error)
Set the error object.
|
BulkRowFailedItem |
BulkRowFailedItem.setError(Error error) |
| Modifier and Type | Method and Description |
|---|---|
long |
CalcBackoff.calcBackoff(int previousAttempts,
long totalElapsedTimeMillis,
Error error)
Determines the backoff time after a failed API call.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.