Other Protocols Reference
The following protocols are available globally.
-
A protocol that adds a readable localizedDescription to error enums.
See moreDeclaration
Swift
public protocol ErrorEnum : Error -
An error that can be created with an underlying error of a specific type.
See moreDeclaration
Swift
public protocol ErrorWrapping<SomeError> : Error -
A utility providing some basic insight into the number of queued events for each processor.
See moreDeclaration
Swift
public protocol QueueMetrics -
A protocol for objects that can repeat an action at regular intervals.
See moreDeclaration
Swift
public protocol Repeater -
An object from which you can extract an optional error.
See moreDeclaration
Swift
public protocol ErrorExtractor<ErrorType> -
Protocol for managing session state and updates.
See moreDeclaration
Swift
public protocol SessionRegistry