RecoverableError

    Describes an error that may be recoverable by presenting several potential recovery options to the user.

    protocol RecoverableError : Error

    Supertypes

    • protocol Error

      A type representing an error value that can be thrown.

    • protocol Sendable

      A type whose values can safely be passed across concurrency domains by copying.

    Requirements