Class GHError

java.lang.Object
org.kohsuke.github.GHError
All Implemented Interfaces:
Serializable

public class GHError extends Object implements Serializable
Represents an error from GitHub.
Author:
Miguel Esteban GutiƩrrez
See Also:
  • Constructor Details

    • GHError

      public GHError()
  • Method Details

    • getMessage

      public String getMessage()
      Get the error message.
      Returns:
      the message
    • getDocumentationUrl

      public URL getDocumentationUrl()
      Get the URL to the documentation for the error.
      Returns:
      the url