Class SolidProblemDetails

java.lang.Object
com.inrupt.client.solid.SolidProblemDetails
All Implemented Interfaces:
ProblemDetails

public class SolidProblemDetails extends Object implements ProblemDetails
  • Constructor Details

    • SolidProblemDetails

      public SolidProblemDetails(URI type, String title, String detail, int status, URI instance)
      Build a ProblemDetails instance providing the expected fields as described in RFC9457.
      Parameters:
      type - the problem type
      title - the problem title
      detail - the problem details
      status - the error response status code
      instance - the problem instance
  • Method Details