Click or drag to resize

Error Class

Represents Error object.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsError

Namespace:  Smartsheet.Api.Models
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 Error

The Error type exposes the following members.

Constructors
  NameDescription
Public methodError
Top
Properties
  NameDescription
Public propertyDetail
Gets additional error detail if available
Public propertyErrorCode
Gets the error code.
Public propertyMessage
Gets the message.
Public propertyRefId
Gets the refId
Top
See Also