Added attachment errors

This commit is contained in:
M66B
2019-01-16 18:27:03 +00:00
parent 5493bdd3c9
commit 3907975eea
6 changed files with 1355 additions and 10 deletions

View File

@@ -69,6 +69,7 @@ public class EntityAttachment {
public Integer progress;
@NonNull
public Boolean available = false;
public String error;
boolean isInline() {
return (disposition != null && disposition.equalsIgnoreCase(Part.INLINE));