Instance Propertysoto-core 7.4.0SotoCore
context
ServerErrors.swift:26let context: AWSErrorContext?
let context: AWSErrorContext?
s8SotoCore14AWSServerErrorV7contextAA15AWSErrorContextVSgvp
What are these?7993Q
import SotoCore
struct AWSServerError
struct AWSErrorContext
Additional information about error
init?(errorCode: String, context: AWSErrorContext)
initialize AWSServerError
static var internalFailure: AWSServerError { get }
static var serviceUnavailable: AWSServerError { get }
var description: String { get }
var errorCode: String { get }
return error code string
static func == (lhs: AWSServerError, rhs: AWSServerError) -> Bool