public abstract static class HALMConnection.AbstractResult extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
error
If an error occurs while parsing the authorization info, this will be set to a message indicating
what the problem was.
|
| Constructor and Description |
|---|
AbstractResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage()
Any relevant error message.
|
boolean |
isError()
Checks if the result indicates an error occurred.
|
protected boolean |
isErrorInternal()
Implementer can extend isError safely by implementing isErrorInternal.
|
public String error
public final boolean isError()
getErrorMessage() for an
error message.public String getErrorMessage()
protected boolean isErrorInternal()
Copyright © 2016–2023. All rights reserved.