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, getType
public static ListRuntimeError.Builder builder()
public ListRuntimeErrorReason getReason()
public String getListId()
public Integer getListVersion()
public Integer getOperationIndex()
public boolean equals(Object o)
equals
in class RuntimeError
public int hashCode()
hashCode
in class RuntimeError
public String toString()
toString
in class RuntimeError
Copyright © 2023. All rights reserved.