public class LicenseValidationError extends Object
| Constructor and Description |
|---|
LicenseValidationError(LicenseErrorCode licenseErrorCode,
String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
These should normally be localised to the end user's locale.
|
LicenseErrorCode |
getLicenseErrorCode() |
public LicenseValidationError(@Nonnull LicenseErrorCode licenseErrorCode, @Nonnull String errorMessage)
@Nonnull public LicenseErrorCode getLicenseErrorCode()
Copyright © 2021 Atlassian. All rights reserved.