AWSRawError
public struct AWSRawError : Error, CustomStringConvertible
Unrecognised error. Used when we cannot extract an error code from the AWS response. Returns full body of error response
-
Declaration
Swift
public let rawBody: String?
-
Declaration
Swift
public let context: AWSErrorContext
-
Declaration
Swift
public var description: String { get }