Structuresoto-core 7.4.0SotoCore
HeaderDecodingError
Decoding error returned when extracting data out of response headers
struct HeaderDecodingError
Decoding error returned when extracting data out of response headers
struct HeaderDecodingError
import SotoCore
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
static func headerNotFound(_ header: String) -> HeaderDecodingError
static func typeMismatch(_ header: String, expectedType: String) -> HeaderDecodingError
var localizedDescription: String { get }
Retrieve the localized description for this error.