public static class UploadI18N.Uploading.Error extends Object implements Serializable
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String |
getForbidden() |
String |
getServerUnavailable() |
String |
getUnexpectedServerError() |
UploadI18N.Uploading.Error |
setForbidden(String forbidden) |
UploadI18N.Uploading.Error |
setServerUnavailable(String serverUnavailable) |
UploadI18N.Uploading.Error |
setUnexpectedServerError(String unexpectedServerError) |
public String getServerUnavailable()
public UploadI18N.Uploading.Error setServerUnavailable(String serverUnavailable)
serverUnavailable - translation stringpublic String getUnexpectedServerError()
public UploadI18N.Uploading.Error setUnexpectedServerError(String unexpectedServerError)
unexpectedServerError - translation stringpublic String getForbidden()
public UploadI18N.Uploading.Error setForbidden(String forbidden)
forbidden - translation stringCopyright © 2025. All rights reserved.