LogMessageSourceAction

public struct LogMessageSourceAction : Codable, Equatable

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

Enums with an associated value of LogMessageSourceAction: 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 action that generated the error message.

    Declaration

    Swift

    public var action: String