org.eclipse.egit.github.core
Class RequestError
java.lang.Object
org.eclipse.egit.github.core.RequestError
- All Implemented Interfaces:
- Serializable
public class RequestError
- extends Object
- implements Serializable
GitHub request error class
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestError
public RequestError()
getMessage
public String getMessage()
- Returns:
- message
getErrors
public List<FieldError> getErrors()
- Get errors
- Returns:
- list of errors
Copyright © 2012. All Rights Reserved.