public static class EPInputOptionResponse.Error
extends EPInputOptionResponse
Couldn't fetch the custom options, show an error and a retry button in the bubbles
EPInputOptionResponse.CustomInputOptions, EPInputOptionResponse.Default, EPInputOptionResponse.Error
Constructor and Description |
---|
Error(java.lang.Exception error)
Couldn't fetch the custom options, show an error and a retry button in the bubbles
|
Modifier and Type | Method and Description |
---|---|
java.lang.Exception |
component1()
The label in the error will be used in the error bubble
|
EPInputOptionResponse.Error |
copy(java.lang.Exception error)
Couldn't fetch the custom options, show an error and a retry button in the bubbles
|
boolean |
equals(java.lang.Object p) |
java.lang.Exception |
getError()
The label in the error will be used in the error bubble
|
int |
hashCode() |
void |
setError(java.lang.Exception p)
The label in the error will be used in the error bubble
|
java.lang.String |
toString() |
public Error(java.lang.Exception error)
Couldn't fetch the custom options, show an error and a retry button in the bubbles
error
- The label in the error will be used in the error bubblepublic java.lang.Exception getError()
The label in the error will be used in the error bubble
public void setError(java.lang.Exception p)
The label in the error will be used in the error bubble
p
- The label in the error will be used in the error bubblepublic java.lang.Exception component1()
The label in the error will be used in the error bubble
public EPInputOptionResponse.Error copy(java.lang.Exception error)
Couldn't fetch the custom options, show an error and a retry button in the bubbles
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)