Protocolsoto-core 7.4.0SotoCore
AWSErrorType
Standard Error type returned by Soto.
protocol AWSErrorType : CustomStringConvertible, Error
Browse conforming typesInitialized with error code and message.
Standard Error type returned by Soto.
protocol AWSErrorType : CustomStringConvertible, Error
Initialized with error code and message.
import SotoCore
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
init?(errorCode: String, context: AWSErrorContext)
initialize error
var context: AWSErrorContext? { get }
additional context information related to the error
var errorCode: String { get }
Error code return by AWS
var localizedDescription: String { get }
var message: String? { get }