Click or drag to resize

ImageUrlError Property

Get the Error object. Present in the Get Image URLs response only if an error occurred retrieving the image.

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 Error Error { get; set; }

Return Value

Type: Error
the Error
See Also