Package com.loop54.model.response
Class ErrorDetails
java.lang.Object
com.loop54.model.response.ErrorDetails
Detailed information regarding an error returned from the engine.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintThe HTTP status code of the response.The more detailed information about the error.The input parameter, if any, that caused the error.The HTTP status code of the response.The name of the error. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
code
public int codeThe HTTP status code of the response. -
status
The HTTP status code of the response. -
title
The name of the error. -
detail
The more detailed information about the error. Note: not always shown. -
parameter
The input parameter, if any, that caused the error.
-
-
Constructor Details
-
ErrorDetails
public ErrorDetails()
-