public class ErrorDetails
extends Object
Message Object
-
Constructor Summary
Constructors
-
Method Summary
Getter for error
An object holding details about the error.
void
Setter for error
An object holding details about the error.
Returns a JSON string representation of ErrorDetails
-
Constructor Details
-
ErrorDetails
public ErrorDetails()
-
Method Details
-
getError
Getter for error
An object holding details about the error.
-
setError
Setter for error
An object holding details about the error.
-
toString
Returns a JSON string representation of ErrorDetails
- Overrides:
toString
in class Object