Class UploadFileListI18N.Uploading.UploadError

java.lang.Object
com.vaadin.flow.component.upload.UploadFileListI18N.Uploading.UploadError
All Implemented Interfaces:
Serializable
Enclosing class:
UploadFileListI18N.Uploading

public static class UploadFileListI18N.Uploading.UploadError extends Object implements Serializable
Communication error translations.
See Also:
  • Constructor Details

    • UploadError

      public UploadError()
  • Method Details

    • getServerUnavailable

      public String getServerUnavailable()
      Gets the server unavailable error message.
      Returns:
      translation string
    • setServerUnavailable

      public UploadFileListI18N.Uploading.UploadError setServerUnavailable(String serverUnavailable)
      Sets the server unavailable error message.
      Parameters:
      serverUnavailable - translation string
      Returns:
      this instance for chaining
    • getUnexpectedServerError

      public String getUnexpectedServerError()
      Gets the unexpected server error message.
      Returns:
      translation string
    • setUnexpectedServerError

      public UploadFileListI18N.Uploading.UploadError setUnexpectedServerError(String unexpectedServerError)
      Sets the unexpected server error message.
      Parameters:
      unexpectedServerError - translation string
      Returns:
      this instance for chaining
    • getForbidden

      public String getForbidden()
      Gets the forbidden error message.
      Returns:
      translation string
    • setForbidden

      public UploadFileListI18N.Uploading.UploadError setForbidden(String forbidden)
      Sets the forbidden error message.
      Parameters:
      forbidden - translation string
      Returns:
      this instance for chaining