public class NightfallErrorResponse extends Object
| Constructor and Description |
|---|
NightfallErrorResponse() |
NightfallErrorResponse(int code,
String message,
String description,
Map<String,String> additionalData)
Builds a new NightfallErrorResponse object.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getAdditionalData()
Get supplemental error data.
|
int |
getCode()
Get the error code.
|
String |
getDescription()
Get the error description.
|
String |
getMessage()
Get the error message.
|
int |
hashCode() |
String |
toString() |
public NightfallErrorResponse()
public NightfallErrorResponse(int code,
String message,
String description,
Map<String,String> additionalData)
code - the error codemessage - the error messagedescription - further descriptionadditionalData - a map of key-value pairs that contain even further debugging informationpublic int getCode()
public String getMessage()
public String getDescription()
public Map<String,String> getAdditionalData()
Copyright © 2022. All rights reserved.