public class ServerError extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
date |
protected String |
id |
protected String |
message |
| Constructor and Description |
|---|
ServerError() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDate()
Date when an error has occurred.
|
String |
getId()
Unique identifier of an error.
|
String |
getMessage()
This message describes an error.
|
int |
hashCode() |
String |
toString() |
Copyright © 2023. All rights reserved.