Changes since
the last release

Uses of Class
com.ebay.soap.eBLBaseComponents.ErrorType

Packages that use ErrorType
com.ebay.sdk   
com.ebay.soap.eBLBaseComponents   
 

Uses of ErrorType in com.ebay.sdk
 

Methods in com.ebay.sdk that return ErrorType
 ErrorType[] ApiException.getErrors()
          Get list of errors included in the exception.
 ErrorType SdkSoapException.getErrorType()
          Gets the associated ErrorType object.
 

Methods in com.ebay.sdk with parameters of type ErrorType
 void ApiException.setErrors(ErrorType[] errors)
          Set list of errors to be included in the exception.
 void SdkSoapException.setErrorType(ErrorType errorType)
          Sets the associated ErrorType object.
 

Constructors in com.ebay.sdk with parameters of type ErrorType
ApiException(ErrorType[] errors)
          Constructor.
SdkSoapException(ErrorType errorType, Exception innerException)
          Constructor.
 

Uses of ErrorType in com.ebay.soap.eBLBaseComponents
 

Fields in com.ebay.soap.eBLBaseComponents with type parameters of type ErrorType
protected  List<ErrorType> EndItemResponseContainerType.errors
           
protected  List<ErrorType> AddItemResponseContainerType.errors
           
protected  List<ErrorType> AbstractResponseType.errors
           
 

Methods in com.ebay.soap.eBLBaseComponents that return ErrorType
 ErrorType ObjectFactory.createErrorType()
          Create an instance of ErrorType
 ErrorType[] EndItemResponseContainerType.getErrors()
           
 ErrorType[] AddItemResponseContainerType.getErrors()
           
 ErrorType[] AbstractResponseType.getErrors()
           
 ErrorType EndItemResponseContainerType.getErrors(int idx)
           
 ErrorType AddItemResponseContainerType.getErrors(int idx)
           
 ErrorType AbstractResponseType.getErrors(int idx)
           
 ErrorType EndItemResponseContainerType.setErrors(int idx, ErrorType value)
           
 ErrorType AddItemResponseContainerType.setErrors(int idx, ErrorType value)
           
 ErrorType AbstractResponseType.setErrors(int idx, ErrorType value)
           
 

Methods in com.ebay.soap.eBLBaseComponents that return types with arguments of type ErrorType
protected  List<ErrorType> EndItemResponseContainerType._getErrors()
           
protected  List<ErrorType> AddItemResponseContainerType._getErrors()
           
protected  List<ErrorType> AbstractResponseType._getErrors()
           
 

Methods in com.ebay.soap.eBLBaseComponents with parameters of type ErrorType
 void EndItemResponseContainerType.setErrors(ErrorType[] values)
           
 void AddItemResponseContainerType.setErrors(ErrorType[] values)
           
 void AbstractResponseType.setErrors(ErrorType[] values)
           
 ErrorType EndItemResponseContainerType.setErrors(int idx, ErrorType value)
           
 ErrorType AddItemResponseContainerType.setErrors(int idx, ErrorType value)
           
 ErrorType AbstractResponseType.setErrors(int idx, ErrorType value)
           
 


Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.