Click or drag to resize

SmartsheetRestException Class

This is the exception to indicate errors (Error objects of Smartsheet REST API) returned from Smartsheet REST API.

Thread safety: Exceptions are not thread safe.

Inheritance Hierarchy
SystemObject
  SystemException
    Smartsheet.ApiSmartsheetException
      Smartsheet.ApiSmartsheetRestException
        Smartsheet.ApiAuthorizationException
        Smartsheet.ApiInvalidRequestException
        Smartsheet.ApiResourceNotFoundException
        Smartsheet.ApiServiceUnavailableException

Namespace:  Smartsheet.Api
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class SmartsheetRestException : SmartsheetException

The SmartsheetRestException type exposes the following members.

Constructors
  NameDescription
Public methodSmartsheetRestException

Constructor.

Top
Properties
  NameDescription
Public propertyDetail

Returns the error detail

Public propertyErrorCode

Returns the error Code.

Public propertyRefId

Returns the refId.

Top
See Also