java.lang.Object
org.kohsuke.github.GHError
- All Implemented Interfaces:
Serializable
Represents an error from GitHub.
- Author:
- Miguel Esteban GutiƩrrez
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the URL to the documentation for the error.Get the error message.
-
Constructor Details
-
GHError
public GHError()Create default GHError instance
-
-
Method Details
-
getMessage
Get the error message.- Returns:
- the message
-
getDocumentationUrl
Get the URL to the documentation for the error.- Returns:
- the url
-