#errors
1 December 2020
Soto provides a variety of Error types. All errors that are formatted as expected are returned by Soto as an error conforming to the AWSErrorType
protocol. This protocol provides an errorCode
and an AWSErrorContext
struct that contains additional information…