LogMessageSourceDialogNode

public struct LogMessageSourceDialogNode : Codable, Equatable

An object that identifies the dialog element that generated the error message.

Enums with an associated value of LogMessageSourceDialogNode: LogMessageSource

  • A string that indicates the type of dialog element that generated the error message.

    Declaration

    Swift

    public var type: String
  • The unique identifier of the dialog node that generated the error message.

    Declaration

    Swift

    public var dialogNode: String