HealthErrorType
public enum HealthErrorType : AWSErrorType
extension HealthErrorType : CustomStringConvertible
Error enum for Health
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPaginationToken(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedLocale(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }