Class JudgmentAPIError

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.judgment.judgeval.exceptions.JudgmentAPIError
All Implemented Interfaces:
Serializable

public class JudgmentAPIError extends RuntimeException
See Also:
  • Constructor Details

    • JudgmentAPIError

      public JudgmentAPIError(int statusCode, String detail)
  • Method Details

    • getStatusCode

      public int getStatusCode()
    • getDetail

      public String getDetail()