Represents an error entity.
Definition at line 6 of file Error.java.
◆ Error()
org.openkilda.model.response.Error.Error |
( |
int |
code, |
|
|
String |
message |
|
) |
| |
Instantiates a new error.
- Parameters
-
code | the code |
message | the message |
Definition at line 20 of file Error.java.
◆ getCode()
int org.openkilda.model.response.Error.getCode |
( |
| ) |
|
Gets the code.
- Returns
- the code
Definition at line 30 of file Error.java.
◆ getMessage()
String org.openkilda.model.response.Error.getMessage |
( |
| ) |
|
Gets the message.
- Returns
- the message
Definition at line 39 of file Error.java.
◆ toString()
String org.openkilda.model.response.Error.toString |
( |
| ) |
|
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/openkilda-gui/src/main/java/org/openkilda/model/response/Error.java