Uses of Class
com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.UploadError
Packages that use UploadFileListI18N.Uploading.UploadError
-
Uses of UploadFileListI18N.Uploading.UploadError in com.vaadin.flow.component.upload
Methods in com.vaadin.flow.component.upload that return UploadFileListI18N.Uploading.UploadErrorModifier and TypeMethodDescriptionUploadFileListI18N.Uploading.getError()Get upload error translations.UploadFileListI18N.Uploading.UploadError.setFileTooLarge(String fileTooLarge) Sets the file too large error message shown when the server returns HTTP 413 (Payload Too Large).UploadFileListI18N.Uploading.UploadError.setForbidden(String forbidden) Sets the forbidden error message.UploadFileListI18N.Uploading.UploadError.setServerUnavailable(String serverUnavailable) Sets the server unavailable error message.UploadFileListI18N.Uploading.UploadError.setUnexpectedServerError(String unexpectedServerError) Sets the unexpected server error message.Methods in com.vaadin.flow.component.upload with parameters of type UploadFileListI18N.Uploading.UploadErrorModifier and TypeMethodDescriptionUploadFileListI18N.Uploading.setError(UploadFileListI18N.Uploading.UploadError error) Set upload error translations.