ErrorReason

enum ErrorReason : Enum<ErrorReason>

Human readable error reason.

Entries

Cancelled
Link copied to clipboard
Cancelled("Job was cancelled")
UnsupportedEmailHistoryContentType
Link copied to clipboard
UnsupportedEmailHistoryContentType("Unsupported email history content type. See ConversationLimits.emailHistoriesAllowedContentTypes")
UnsupportedEmailBodyContentType
Link copied to clipboard
UnsupportedEmailBodyContentType("Unsupported email body content type. See ConversationLimits.emailBodiesAllowedContentTypes")
TooManyAttachments
Link copied to clipboard
TooManyAttachments("Too many attachments. See ConversationLimits.mediaAttachmentsCountLimit")
MediaFetchError
Link copied to clipboard
MediaFetchError("Media fetch error")
MediaUploadError
Link copied to clipboard
MediaUploadError("Media upload error")
Unknown
Link copied to clipboard
Unknown("Unknown error")

Properties

description
Link copied to clipboard
val description: String