Package com.loop54.model.response
Class ErrorResponse
java.lang.Object
com.loop54.model.response.Response
com.loop54.model.response.ErrorResponse
Response returned by the engine when an error has occurred.
-
Field Summary
FieldsFields inherited from class com.loop54.model.response.Response
customData -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.loop54.model.response.Response
getCustomDataOrDefault, getCustomDataOrThrow
-
Field Details
-
error
Details about the error.
-
-
Constructor Details
-
ErrorResponse
public ErrorResponse()
-