public final class ListRuntimeError extends RuntimeError
| Modifier and Type | Class and Description |
|---|---|
static class |
ListRuntimeError.Builder |
message, token, type| Modifier and Type | Method and Description |
|---|---|
static ListRuntimeError.Builder |
builder() |
boolean |
equals(Object o) |
String |
getListId()
The identifier of the list in which the error occurred.
|
Integer |
getListVersion()
The listVersion in which the error occurred.
|
Integer |
getOperationIndex()
The index of the operation which caused the error (if known)
|
ListRuntimeErrorReason |
getReason()
Get reason
|
int |
hashCode() |
String |
toString() |
getMessage, getToken, getTypepublic static ListRuntimeError.Builder builder()
public ListRuntimeErrorReason getReason()
public String getListId()
public Integer getListVersion()
public Integer getOperationIndex()
public boolean equals(Object o)
equals in class RuntimeErrorpublic int hashCode()
hashCode in class RuntimeErrorpublic String toString()
toString in class RuntimeErrorCopyright © 2023. All rights reserved.