LogMessageSourceStep
public struct LogMessageSourceStep : Codable, Equatable
An object that identifies the dialog element that generated the error message.
Enums with an associated value of LogMessageSourceStep: 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