Class Error
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents Error object.
public class Error
- Inheritance
-
Error
- Inherited Members
Properties
Detail
Gets additional error detail if available
public object Detail { get; set; }
Property Value
- object
error detail
ErrorCode
Gets the error code.
public int? ErrorCode { get; set; }
Property Value
- int?
the error code
Message
Gets the message.
public string Message { get; set; }
Property Value
- string
the message
RefId
Gets the refId
public string RefId { get; set; }
Property Value
- string
the refId