public class ErrorDetails
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
code
The HTTP status code of the response.
|
java.lang.String |
detail
The more detailed information about the error.
|
java.lang.String |
parameter
The input parameter, if any, that caused the error.
|
java.lang.String |
status
The HTTP status code of the response.
|
java.lang.String |
title
The name of the error.
|
Constructor and Description |
---|
ErrorDetails() |
public int code
public java.lang.String status
public java.lang.String title
public java.lang.String detail
public java.lang.String parameter