LocatedErrorProtocol

    protocol LocatedErrorProtocol : 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