Enumerations
The following enumerations are available globally.
-
A utility type that replaces the internal implementation of assertion functions.
See moreDeclaration
Swift
public enum AssertUtilities
-
A utility type that replaces the internal implementation of
See morefatalError()
.Declaration
Swift
public enum FatalErrorUtilities
-
A utility type that replaces the internal implementation of precondition functions.
See moreDeclaration
Swift
public enum PreconditionUtilities
-
An error without context that optionally wraps a
See moreString
.Declaration
Swift
public enum AnonymousError : Error
extension AnonymousError: Equatable
extension AnonymousError: LocalizedError