AppSyncErrorType
public enum AppSyncErrorType : AWSErrorType
extension AppSyncErrorType : CustomStringConvertible
Error enum for AppSync
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case apiKeyLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case apiKeyValidityOutOfBoundsException(message: String?)
-
Undocumented
Declaration
Swift
case apiLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case graphQLSchemaException(message: String?)
-
Undocumented
Declaration
Swift
case internalFailureException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }