ErrorInfo
public struct ErrorInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A number describing the error programmatically.
Declaration
Swift
public let errorCode: String? -
An optional field to provide more details about the error.
Declaration
Swift
public let errorString: String? -
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorString: String? = nil)
View on GitHub
ErrorInfo Structure Reference