Package com.vaadin.flow.component.upload
Class UploadI18N.Uploading.Error
- java.lang.Object
-
- com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UploadI18N.Uploading
public static class UploadI18N.Uploading.Error extends Object implements Serializable
Communication error translations.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetForbidden()StringgetServerUnavailable()StringgetUnexpectedServerError()UploadI18N.Uploading.ErrorsetForbidden(String forbidden)UploadI18N.Uploading.ErrorsetServerUnavailable(String serverUnavailable)UploadI18N.Uploading.ErrorsetUnexpectedServerError(String unexpectedServerError)
-
-
-
Method Detail
-
getServerUnavailable
public String getServerUnavailable()
- Returns:
- translation string
-
setServerUnavailable
public UploadI18N.Uploading.Error setServerUnavailable(String serverUnavailable)
- Parameters:
serverUnavailable- translation string- Returns:
-
getUnexpectedServerError
public String getUnexpectedServerError()
- Returns:
- translation string
-
setUnexpectedServerError
public UploadI18N.Uploading.Error setUnexpectedServerError(String unexpectedServerError)
- Parameters:
unexpectedServerError- translation string- Returns:
-
getForbidden
public String getForbidden()
- Returns:
- translation string
-
setForbidden
public UploadI18N.Uploading.Error setForbidden(String forbidden)
- Parameters:
forbidden- translation string- Returns:
-
-