EventSenderError
public enum EventSenderError : Error, CustomStringConvertible
An error that occurs while sending the event.
-
Requested to send an event with a duplicate ID.
Declaration
Swift
case requestMultipleEvents
-
Requested to send an attachment without event.
Declaration
Swift
case noEventRequested
-
An error occurred while executing
OutputStream.write
.Declaration
Swift
case streamBlocked
-
An error occurred while executing
OutputStream.write
.Declaration
Swift
case streamError(_: Error)
-
An error occurred while executing
OutputStream.write
.Declaration
Swift
case cannotBindMemory
-
Declaration
Swift
public var description: String { get }