Home
Trees
Indices
Help
python-fedex
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
workspace.python-fedex.fedex.base_service.FedexBaseServiceException
:
Serves as the base exception that other service-related exception objects are sub-classed from.
workspace.python-fedex.fedex.base_service.FedexError
:
These are generally problems with the client-provided data.
workspace.python-fedex.fedex.services.track_service.FedexInvalidTrackingNumber
:
Sent when a bad tracking number is provided.
workspace.python-fedex.fedex.base_service.FedexFailure
:
The request could not be handled at this time.
workspace.python-fedex.fedex.base_service.SchemaValidationError
:
There is probably a problem in the data you provided.
workspace.python-fedex.fedex.base_service.FedexBaseService
:
This class is the master class for all Fedex request objects.
workspace.python-fedex.fedex.services.ship_service.FedexDeleteShipmentRequest
:
This class allows you to delete a shipment, given a tracking number.
workspace.python-fedex.fedex.services.ship_service.FedexProcessShipmentRequest
:
This class allows you to track shipments by providing a tracking number or other identifying features.
workspace.python-fedex.fedex.services.track_service.FedexTrackRequest
:
This class allows you to track shipments by providing a tracking number or other identifying features.
workspace.python-fedex.fedex.config.FedexConfig
:
Base configuration class that is used for the different Fedex SOAP calls.
Home
Trees
Indices
Help
python-fedex
Generated by Epydoc 3.0.1 on Wed Sep 23 15:39:17 2009
http://epydoc.sourceforge.net