public interface AdminErrorHandler
Modifier and Type | Method and Description |
---|---|
void |
clear()
Remove all errors from the handler
|
String |
getError(String errorKey)
Obtain the specifed error from the handler.
|
Map<String,String> |
getErrors()
Obtain all the errors recorded
|
void |
recordError(String errorKey,
String message)
Record a error
|
void |
removeError(String errorKey)
Remove a specific error from the handler.
|
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.