public class ClientError extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
date |
protected String |
defaultMessage |
protected String |
id |
protected String |
message |
protected ClientErrorType |
type |
| Constructor and Description |
|---|
ClientError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDate()
Date when an error has occurred.
|
String |
getDefaultMessage()
The error message which is translated into the default language (i.e.
|
String |
getId()
Unique identifier of an error.
|
String |
getMessage()
The error message which is translated in into the language of the client.
|
ClientErrorType |
getType()
The type of the client error.
|
int |
hashCode() |
String |
toString() |
protected String date
protected String defaultMessage
protected String id
protected String message
protected ClientErrorType type
public String getDate()
public String getDefaultMessage()
public String getId()
public String getMessage()
public ClientErrorType getType()
Copyright © 2021. All rights reserved.