public final class ErrorResponse
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
code
A machine-readable string categorizing the failure.
|
java.lang.String |
message
A human-readable error message describing the failure.
|
| Constructor and Description |
|---|
ErrorResponse(java.lang.String code,
java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public final java.lang.String code
public final java.lang.String message