Class TabbyErrorResponse
java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyErrorResponse
- All Implemented Interfaces:
Serializable
The Tabby error response.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of the errors.The error type.The status of the response.int
hashCode()
void
setErrors
(List<TabbyErrorResponse.TabbyError> errors) The list of the errors.void
setErrorType
(String errorType) The error type.void
The status of the response.toString()
-
Constructor Details
-
TabbyErrorResponse
public TabbyErrorResponse()
-
-
Method Details
-
getStatus
The status of the response. For example, "error". -
getErrorType
The error type. For example, "bad_data". -
getErrors
The list of the errors. -
setStatus
The status of the response. For example, "error". -
setErrorType
The error type. For example, "bad_data". -
setErrors
The list of the errors. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-