public interface ErrorInfo
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage()
Returns the message associated with the last error.
|
String[] |
getErrorParams()
Returns the parameters used to build the error text.
|
ErrorType |
getErrorType()
Returns the last error code.
|
ErrorType getErrorType()
String[] getErrorParams()
String getErrorMessage()
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.