Error

@JsonClass(generateAdapter = true)
class Error(val errorMessage: String? = null, val errorType: AttachmentUploadErrorType) : AttachmentUploadResult

Represents a failed attachment upload.

Constructors

Link copied to clipboard
constructor(errorMessage: String? = null, errorType: AttachmentUploadErrorType)

Properties

Link copied to clipboard
val errorMessage: String? = null

The error message describing the failure.

Link copied to clipboard

The error type associated with the failure (if available).

Link copied to clipboard