public abstract class FileTransferError
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileNotAvailable |
FILE_NOT_AVAILABLE
The
<file-not-available/> error. |
static rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTooLarge |
FILE_TOO_LARGE
The
<file-too-large/> error. |
| Constructor and Description |
|---|
FileTransferError() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileTooLarge FILE_TOO_LARGE
The <file-too-large/> error.
public static final rocks.xmpp.extensions.jingle.apps.filetransfer.model.errors.FileNotAvailable FILE_NOT_AVAILABLE
The <file-not-available/> error.
Copyright © 2014–2019 XMPP.rocks. All rights reserved.