Class ResponseError
java.lang.Object
net.darkhax.curseforgegradle.api.upload.ResponseError
Represents a custom error message from the CurseForge API.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResponseError
public ResponseError()
-
-
Method Details
-
getCode
public int getCode()Gets the error code.- Returns:
- The error code.
-
getMessage
Gets the error message.- Returns:
- The error message.
-