Class ErrorResponse
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.response.ErrorResponse
-
public class ErrorResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getErrorCode()
String
getMessage()
-
-
-
Method Detail
-
getErrorCode
public int getErrorCode()
-
getMessage
public String getMessage()
-
-