C# Class Smartsheet.Api.ServiceUnavailableException

This is the exception To indicate a service unavailable error (possibly due To rate limiting) returned from the Smartsheet REST API.

Basically this exception will be thrown when the Smartsheet REST API responds with "503 SERVICE UNAVAILABLE".

Thread safety: Exceptions are not thread safe.

Inheritance: SmartsheetRestException
Afficher le fichier Open project: smartsheet-platform/smartsheet-csharp-sdk

Méthodes publiques

Méthode Description
ServiceUnavailableException ( Api.Models.Error error )

Constructor.

Method Details

ServiceUnavailableException() public méthode

Constructor.
public ServiceUnavailableException ( Api.Models.Error error )
error Api.Models.Error the Error object from Smartsheet REST API