Static Propertysoto-core 7.4.0SotoTestUtils
tooManyRequests
TestServer.swift:86static var tooManyRequests: ErrorType { get }
static var tooManyRequests: ErrorType { get }
s13SotoTestUtils13AWSTestServerC9ErrorTypeV15tooManyRequestsAEvpZ
What are these?5SR33
import SotoTestUtils
struct ErrorType
Error type
final class AWSTestServer
Test server for AWSClient. Input and Output shapes are defined by process function
static var accessDenied: ErrorType { get }
static var badRequest: ErrorType { get }
static var `internal`: ErrorType { get }
static var notFound: ErrorType { get }
static var notImplemented: ErrorType { get }
static var serviceUnavailable: ErrorType { get }
let errorCode: String
var json: String { get }
let message: String
let status: Int
var xml: String { get }