EnumerationSwift5.9.0

    DecodingError

    An error that occurs during the decoding of a value.

    enum DecodingError

    Citizens in Swift

    Conformances

    • 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.

    Members

    Available in Foundation

    Conformances

    • protocol LocalizedError

      Describes an error that provides localized messages describing why an error occurred and provides more information about the error.

    Extension in Vapor

    Conformances

    • protocol AbortError

      Errors conforming to this protocol will always be displayed by Vapor to the end-user (even in production mode where most errors are silenced).

    Members