FMSErrorType
public enum FMSErrorType : AWSErrorType
extension FMSErrorType : CustomStringConvertible
Error enum for FMS
-
Undocumented
Declaration
Swift
case internalErrorException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case invalidOperationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTypeException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }