Class LicenseValidationError

java.lang.Object
com.atlassian.sal.api.validate.LicenseValidationError

public class LicenseValidationError extends Object
The license validation error details.
Since:
4.2
  • Constructor Details

  • Method Details

    • getLicenseErrorCode

      @Nonnull public LicenseErrorCode getLicenseErrorCode()
      Returns:
      The error type.
    • getErrorMessage

      @Nonnull public String getErrorMessage()
      These should normally be localised to the end user's locale.
      Returns:
      Warning message to explain what is wrong.