Static Propertysoto-core 7.4.0SotoCore
failedToAccessPayload
Failed to access payload while building request
static var failedToAccessPayload: ClientError { get }
Failed to access payload while building request
static var failedToAccessPayload: ClientError { get }
s8SotoCore9AWSClientC11ClientErrorV21failedToAccessPayloadAEvpZ
What are these?8P2T0
import SotoCore
struct ClientError
Errors returned by AWSClient
code
final class AWSClient
Client managing communication with AWS services
static var alreadyShutdown: ClientError { get }
client has already been shutdown
static var bodyLengthMismatch: ClientError { get }
Data supplied to the Request does not equal length indicated
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