ErrorEvent

public protocol ErrorEvent : Event

An event passed to the onError callback to indicate an error has occurred when setting one or more attributes.

Seealso

Event
  • Get the error message.

    Declaration

    Swift

    func getMessage() -> String

    Return Value

    An error message