DittoLiveQueryErrorEvent

@objc
public class DittoLiveQueryErrorEvent : NSObject, DittoLiveQueryEventValueObjC

Represents the initial event that will be the value of an DittoLiveQueryEventObjC when its type is error and asErrorEvent is called on it.

  • The error that led to the error event being delivered.

    Declaration

    Swift

    @objc
    public let error: Error