public final class RequestErrorDetails
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestErrorDetails.Builder
APIErrorDetails Builder
|
static class |
RequestErrorDetails.Location
Location of an error.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getError()
Simple string describing the details of this error.
|
java.util.Optional<RequestErrorDetails.Location> |
getLocation()
Returns the location object that may be present for this error.
|
java.lang.String |
getPath()
Location of the error in the error object.
|
int |
hashCode() |
static RequestErrorDetails.Builder |
newBuilder() |
java.lang.String |
toString() |
public static RequestErrorDetails.Builder newBuilder()
public java.lang.String getError()
public java.lang.String getPath()
public java.util.Optional<RequestErrorDetails.Location> getLocation()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object