Static Propertysoto-core 7.4.0SotoCore
alreadyShutdown
client has already been shutdown
static var alreadyShutdown: ClientError { get }
client has already been shutdown
static var alreadyShutdown: ClientError { get }
s8SotoCore9AWSClientC11ClientErrorV15alreadyShutdownAEvpZ
What are these?2QBBT
import SotoCore
struct ClientError
Errors returned by AWSClient
code
final class AWSClient
Client managing communication with AWS services
static var bodyLengthMismatch: ClientError { get }
Data supplied to the Request does not equal length indicated
static var failedToAccessPayload: ClientError { get }
Failed to access payload while building request
static var invalidARN: ClientError { get }
ARN provided to client is invalid
static var invalidURL: ClientError { get }
URL provided to client is invalid
static var waiterFailed: ClientError { get }
Waiter failed, but without an error. ie a successful api call was an error
static var waiterTimeout: ClientError { get }
Waiter failed to complete in time alloted
var description: String { get }
return human readable description of error