public class DefaultErrorResponseError extends Object
Constructor and Description |
---|
DefaultErrorResponseError() |
Modifier and Type | Method and Description |
---|---|
String |
code()
Get standardized string to programmatically identify the error.
|
List<DefaultErrorResponseErrorDetailsItem> |
details()
Get the details value.
|
String |
innererror()
Get more information to debug error.
|
String |
message()
Get detailed error description and debugging information.
|
String |
target()
Get detailed error description and debugging information.
|
DefaultErrorResponseError |
withDetails(List<DefaultErrorResponseErrorDetailsItem> details)
Set the details value.
|
public String code()
public String message()
public String target()
public List<DefaultErrorResponseErrorDetailsItem> details()
public DefaultErrorResponseError withDetails(List<DefaultErrorResponseErrorDetailsItem> details)
details
- the details value to setpublic String innererror()
Copyright © 2019. All rights reserved.