public class InitializeError
extends java.lang.Object
| Constructor and Description |
|---|
InitializeError() |
InitializeError(boolean retry) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
boolean |
isRetry()
Indicates whether the client executes the following retry logic:
Show the message provided by the ResponseError to the user.
|
void |
setRetry(boolean retry)
Indicates whether the client executes the following retry logic:
Show the message provided by the ResponseError to the user.
|
java.lang.String |
toString() |
public InitializeError()
public InitializeError(boolean retry)
@Pure public boolean isRetry()
public void setRetry(boolean retry)
@Pure public java.lang.String toString()
toString in class java.lang.Object@Pure public boolean equals(java.lang.Object obj)
equals in class java.lang.Object@Pure public int hashCode()
hashCode in class java.lang.Object