Enumerations

The following enumerations are available globally.

  • A utility type that replaces the internal implementation of assertion functions.

    See more

    Declaration

    Swift

    public enum AssertUtilities
  • A utility type that replaces the internal implementation of fatalError().

    See more

    Declaration

    Swift

    public enum FatalErrorUtilities
  • A utility type that replaces the internal implementation of precondition functions.

    See more

    Declaration

    Swift

    public enum PreconditionUtilities
  • An error without context that optionally wraps a String.

    See more

    Declaration

    Swift

    public enum AnonymousError : Error
    extension AnonymousError: Equatable
    extension AnonymousError: LocalizedError