Class ErrorResponse
java.lang.Object
org.sourcelab.github.client.response.ErrorResponse
Represents an Error response from the REST Api.
-
Constructor Summary
ConstructorsConstructorDescriptionErrorResponse(String message, String documentationUrl, List<Error> errors) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionDocumentation url value.Optionally returned by API, the specific fields with errors.Error message value.toString()
-
Constructor Details
-
ErrorResponse
Constructor.
-
-
Method Details