LogMessageSourceHandler
public struct LogMessageSourceHandler : Codable, Equatable
An object that identifies the dialog element that generated the error message.
Enums with an associated value of LogMessageSourceHandler: 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
-
The unique identifier of the step that generated the error message.
Declaration
Swift
public var step: String?
-
The unique identifier of the handler that generated the error message.
Declaration
Swift
public var handler: String