ErrorToken.DetailErrorKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Errors description key. May produce null, if there is no available detail for this error token.
public Microsoft.PowerFx.Core.Localization.ErrorResourceKey? DetailErrorKey { get; }
member this.DetailErrorKey : Nullable<Microsoft.PowerFx.Core.Localization.ErrorResourceKey>
Public ReadOnly Property DetailErrorKey As Nullable(Of ErrorResourceKey)