PostMessageError
public enum PostMessageError : String
enum for error during post Message
operation
-
success
Declaration
Swift
case noError
-
unknown error
Declaration
Swift
case unknownError
-
empty message
Declaration
Swift
case emptyMessage
-
message was too long
Declaration
Swift
case messageTooLong
-
unknown conversation
Declaration
Swift
case unknownConversation
-
file contents are empty
Declaration
Swift
case noFileData
-
mentioned user does not exist
Declaration
Swift
case mentionedUserDoesNotExist
-
parent message deleted by author
Declaration
Swift
case parentMessageDeletedByAuthor
-
parent message deleted by moderator
Declaration
Swift
case parentMessageDeletedByModerator
-
oneToOne participant removed from CI
Declaration
Swift
case oneToOneParticipantRemovedFromCI
-
invalid Unicode contentI in message
Declaration
Swift
case invalidUnicodeContentInMessage
-
Parent message deleted by moderator while editing
Declaration
Swift
case parentMessageDeletedByModeratorWhileEditing
-
links are dirty
Declaration
Swift
case linksAreDirty
-
provisional space conversion failed
Declaration
Swift
case provisionalSpaceConversionFailed
-
server error
Declaration
Swift
case serverError
-
space error
Declaration
Swift
case spaceError
-
invalid file data
Declaration
Swift
case invalidFileData
-
file upload failed
Declaration
Swift
case fileUploadFailed
-
file upload blocked for externals
Declaration
Swift
case fileUploadBlockedForExternals
-
origin conversation not available
Declaration
Swift
case originConversationNotAvailable
-
Origin message not available
Declaration
Swift
case originMessageNotAvailable
-
Upload restricted on network
Declaration
Swift
case uploadRestrictedOnNetwork
-
Too many files
Declaration
Swift
case tooManyFiles
-
internal error
Declaration
Swift
case internalError