Package io.getstream.chat.android.models
Class Attachment.UploadState.Failed
-
- All Implemented Interfaces:
public final class Attachment.UploadState.Failed extends Attachment.UploadState
State indicating that the attachment upload failed.
-
-
Field Summary
Fields Modifier and Type Field Description private final Errorerror
-
Constructor Summary
Constructors Constructor Description Attachment.UploadState.Failed(Error error)
-