LogMessageSource
public enum LogMessageSource : Codable, Equatable
An object that identifies the dialog element that generated the error message.
-
Undocumented
Declaration
Swift
case dialogNode(LogMessageSourceDialogNode)
-
Undocumented
Declaration
Swift
case action(LogMessageSourceAction)
-
Undocumented
Declaration
Swift
case step(LogMessageSourceStep)
-
Undocumented
Declaration
Swift
case handler(LogMessageSourceHandler)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public func encode(to encoder: Encoder) throws