Class ErrorMessageRepresentation

All Implemented Interfaces:
ResourceRepresentation, org.svenson.DynamicProperties

public class ErrorMessageRepresentation extends AbstractExtensibleRepresentation
  • Constructor Details

    • ErrorMessageRepresentation

      public ErrorMessageRepresentation()
  • Method Details

    • getError

      @JSONProperty(ignoreIfNull=true) public String getError()
    • setError

      public void setError(String error)
    • getMessage

      @JSONProperty(ignoreIfNull=true) public String getMessage()
    • setMessage

      public void setMessage(String message)
    • getInfo

      @JSONProperty(ignoreIfNull=true) public String getInfo()
    • setInfo

      public void setInfo(String info)
    • getDetails

      @JSONProperty(ignoreIfNull=true) public ErrorDetails getDetails()
    • setDetails

      public void setDetails(ErrorDetails details)
    • toString

      public String toString()
      Overrides:
      toString in class BaseResourceRepresentation