Class TabbyErrorResponse

java.lang.Object
com.broadleafcommerce.tabby.domain.TabbyErrorResponse
All Implemented Interfaces:
Serializable

public class TabbyErrorResponse extends Object implements Serializable
The Tabby error response.
Author:
Dima Myroniuk (dmyroniuk)
See Also:
  • Constructor Details

    • TabbyErrorResponse

      public TabbyErrorResponse()
  • Method Details

    • getStatus

      public String getStatus()
      The status of the response. For example, "error".
    • getErrorType

      public String getErrorType()
      The error type. For example, "bad_data".
    • getErrors

      public List<TabbyErrorResponse.TabbyError> getErrors()
      The list of the errors.
    • setStatus

      public void setStatus(String status)
      The status of the response. For example, "error".
    • setErrorType

      public void setErrorType(String errorType)
      The error type. For example, "bad_data".
    • setErrors

      public void setErrors(List<TabbyErrorResponse.TabbyError> errors)
      The list of the errors.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object