Class ResponseError

java.lang.Object
net.darkhax.curseforgegradle.api.upload.ResponseError

public final class ResponseError extends Object
Represents a custom error message from the CurseForge API.
  • Constructor Details

    • ResponseError

      public ResponseError()
  • Method Details

    • getCode

      public int getCode()
      Gets the error code.
      Returns:
      The error code.
    • getMessage

      public String getMessage()
      Gets the error message.
      Returns:
      The error message.