| SmartsheetRestExceptionErrorCode Property  |  | 
  
    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
Syntaxpublic Nullable<int> ErrorCode { get; }Public ReadOnly Property ErrorCode As Nullable(Of Integer)
	Get
public:
property Nullable<int> ErrorCode {
	Nullable<int> get ();
}member ErrorCode : Nullable<int> with get
Return Value
Type: 
NullableInt32 the error Code 
 See Also
See Also