Package com.inrupt.client
Interface ProblemDetails
- All Known Implementing Classes:
SolidProblemDetails
public interface ProblemDetails
A data class representing a structured problem description sent by the server on error response.
- See Also:
-
Field Summary
-
Method Summary
-
Field Details
-
Method Details
-
getType
URI getType()The problem type.- Returns:
- the type
-
getTitle
String getTitle()The problem title.- Returns:
- the title
-
getDetail
String getDetail()The problem detail.- Returns:
- the detail
-
getStatus
int getStatus()The problem status code.- Returns:
- the status code
-
getInstance
URI getInstance()The problem instance.- Returns:
- the instance
-