Class ErrorResult

java.lang.Object
net.avalara.avatax.rest.client.models.ErrorResult

public class ErrorResult extends Object
Helper function for throwing known error response
  • Constructor Details

    • ErrorResult

      public ErrorResult()
  • Method Details

    • getError

      public ErrorInfo getError()
      Getter for error Information about the error(s)
    • setError

      public void setError(ErrorInfo value)
      Setter for error Information about the error(s)
    • toString

      public String toString()
      Returns a JSON string representation of ErrorResult
      Overrides:
      toString in class Object