Package app.l2nx.gs.adapter.core.connect
Class ErrorEnvelope
java.lang.Object
app.l2nx.gs.adapter.core.connect.ErrorEnvelope
Platform-side error response body — Gson-deserialized from 4xx / 5xx responses.
Wire shape: {"code": "...", "message": "..."}. Either field may be
null when the platform returns a body that doesn't match the envelope
(e.g. a generic 5xx HTML page or empty body).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ErrorEnvelope
-
-
Method Details
-
getCode
-
getMessage
-