ErrorResult Detail Property

This property holds the details of the error which may include a stack trace.

Namespace:  Scribe.Core.ConnectorApi.Actions

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

[DataMemberAttribute(Order = 2)]
public   string   Detail { get; set; }

Property Value

Type: String

See

ErrorResult Class

Scribe.Core.ConnectorApi.Actions Namespace