Other Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum PMKError : Errorextension PMKError: CustomDebugStringConvertibleextension PMKError: LocalizedError -
Used by
See morecatchandrecoverDeclaration
Swift
public enum CatchPolicy -
The PromiseKit events which may be logged.
See more/// A promise or guarantee has blocked the main thread case waitOnMainThread /// A promise has been deallocated without being resolved case pendingPromiseDeallocated /// An error which occurred while fulfilling a promise was swallowed case cauterized(Error) /// Errors which give a string error message case misc (String)Declaration
Swift
public enum LogEventextension LogEvent: CustomStringConvertible -
used by our extensions to provide unambiguous functions with the same name as the original function
See moreDeclaration
Swift
public enum PMKNamespacer
View on GitHub
Other Enumerations Reference