public final class Error extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Error.Builder |
Modifier and Type | Method and Description |
---|---|
static Error.Builder |
builder() |
boolean |
equals(Object o) |
Object |
getContent()
Opaque payload which will contain additional details about error.
|
String |
getType()
Type of error.
|
int |
hashCode() |
String |
toString() |
public static Error.Builder builder()
public String getType()
public Object getContent()
Copyright © 2023. All rights reserved.