Other Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum PMKError : Error
extension PMKError: CustomDebugStringConvertible
extension PMKError: LocalizedError
-
Used by
See morecatch
andrecover
Declaration
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 LogEvent
-
used by our extensions to provide unambiguous functions with the same name as the original function
See moreDeclaration
Swift
public enum PMKNamespacer
-
Undocumented
See moreDeclaration
Swift
public enum Result<T>