BatchErrorType
public enum BatchErrorType : AWSErrorType
extension BatchErrorType : CustomStringConvertible
Error enum for Batch
-
Undocumented
Declaration
Swift
case clientException(message: String?) -
Undocumented
Declaration
Swift
case serverException(message: String?) -
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?) -
Declaration
Swift
public var description: String { get }
View on GitHub
BatchErrorType Enumeration Reference