MissingDetails
public class MissingDetails : CustomStringConvertible, JSONRepresentable
An indication that an error occurred while retrieving the event. Some attributes of the event may be omitted as a result.
-
All the data that could be retrieved and converted from the source event.
Declaration
Swift
public let sourceEventFields: String?
-
Declaration
Swift
public var description: String { get }