Last updated

Webhook errors

The following table specifies the recommended action for each Smartsheet-specific error code. Use this information to implement error handling logic according to the following guidelines:

  • If the error code indicates a permanent error condition, do not retry the request.
  • If the error code indicates a problem that can be fixed, do not retry the request until the problem has been fixed.
  • If the error code indicates a problem that could be overcome by retrying the request after a period of time, retry the request using exponential backoff.
HTTP status codeSmartsheet errorCodeSmartsheet messageRecommended Action
4001151Scope '{0}', object id {1} was not found.Do not retry without fixing the problem.
4001152Only URLs with a protocol of 'https' are supported for attribute '{0}'.Do not retry without fixing the problem.
4031153This webhook cannot be enabled because access was revoked for the application that created it.Do not retry.
4031154Please contact Support in order to enable this webhook.Do not retry.