Home | Trees | Indices | Help |
|
---|
|
The base_service module contains classes that form the low level foundations of the Web Service API. Things that many different kinds of requests have in common may be found here.
In particular, the FedexBaseService class handles most of the basic, repetetive setup work that most requests do.
|
|||
FedexBaseServiceException Serves as the base exception that other service-related exception objects are sub-classed from. |
|||
FedexFailure The request could not be handled at this time. |
|||
FedexError These are generally problems with the client-provided data. |
|||
SchemaValidationError There is probably a problem in the data you provided. |
|||
FedexBaseService This class is the master class for all Fedex request objects. |
|
|||
__package__ =
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Mar 25 14:43:29 2010 | http://epydoc.sourceforge.net |