AWSError
public struct AWSError : Error, CustomStringConvertible
Unrecognised error. Used when we cannot recognise the error code from the AWS response
-
Undocumented
Declaration
Swift
public let message: String -
Undocumented
Declaration
Swift
public let rawBody: String -
Undocumented
Declaration
Swift
public let statusCode: HTTPResponseStatus -
Undocumented
Declaration
Swift
public init(statusCode: HTTPResponseStatus, message: String, rawBody: String) -
Declaration
Swift
public var description: String { get }
View on GitHub
AWSError Structure Reference