Uses of Class
org.eclipse.egit.github.core.FieldError

Packages that use FieldError
org.eclipse.egit.github.core   
org.eclipse.egit.github.core.client   
 

Uses of FieldError in org.eclipse.egit.github.core
 

Methods in org.eclipse.egit.github.core that return FieldError
 FieldError FieldError.setCode(String code)
           
 FieldError FieldError.setField(String field)
           
 FieldError FieldError.setMessage(String message)
           
 FieldError FieldError.setResource(String resource)
           
 FieldError FieldError.setValue(String value)
           
 

Methods in org.eclipse.egit.github.core that return types with arguments of type FieldError
 List<FieldError> RequestError.getErrors()
          Get errors
 

Uses of FieldError in org.eclipse.egit.github.core.client
 

Methods in org.eclipse.egit.github.core.client with parameters of type FieldError
protected  String RequestException.format(FieldError error)
          Format field error into human-readable message
 



Copyright © 2012. All Rights Reserved.