WorkDocsErrorType
public enum WorkDocsErrorType : AWSErrorType
extension WorkDocsErrorType : CustomStringConvertible
Error enum for WorkDocs
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case conflictingOperationException(message: String?)
-
Undocumented
Declaration
Swift
case customMetadataLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case deactivatingLastSystemUserException(message: String?)
-
Undocumented
Declaration
Swift
case documentLockedForCommentsException(message: String?)
-
Undocumented
Declaration
Swift
case draftUploadOutOfSyncException(message: String?)
-
Undocumented
Declaration
Swift
case entityAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case entityNotExistsException(message: String?)
-
Undocumented
Declaration
Swift
case failedDependencyException(message: String?)
-
Undocumented
Declaration
Swift
case illegalUserStateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArgumentException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCommentOperationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidOperationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPasswordException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case prohibitedStateException(message: String?)
-
Undocumented
Declaration
Swift
case requestedEntityTooLargeException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyCheckedOutException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case storageLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case storageLimitWillExceedException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyLabelsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManySubscriptionsException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedOperationException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedResourceAccessException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }