We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.upload.
Class UploadI18N.Uploading.Error
- java.lang.Object
-
- com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
-
All Implemented Interfaces:
Enclosing class:
public static class UploadI18N.Uploading.Error extends Object implements Serializable
Communication error translations.
See Also:
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
getServerUnavailable
public String getServerUnavailable()
Returns:
translation string
-
setServerUnavailable
public UploadI18N.Uploading.Error setServerUnavailable(String serverUnavailable)
Parameters:
serverUnavailable
- translation stringReturns:
-
getUnexpectedServerError
public String getUnexpectedServerError()
Returns:
translation string
-
setUnexpectedServerError
public UploadI18N.Uploading.Error setUnexpectedServerError(String unexpectedServerError)
Parameters:
unexpectedServerError
- translation stringReturns:
-
getForbidden
public String getForbidden()
Returns:
translation string
-
setForbidden
public UploadI18N.Uploading.Error setForbidden(String forbidden)
Parameters:
forbidden
- translation stringReturns:
-
-