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.
fedex.base_service.FedexBaseServiceException
:
Serves as the base exception that other service-related exception objects are sub-classed from.
fedex.base_service.FedexError
:
These are generally problems with the client-provided data.
fedex.services.track_service.FedexInvalidTrackingNumber
:
Sent when a bad tracking number is provided.
fedex.base_service.FedexFailure
:
The request could not be handled at this time.
fedex.base_service.SchemaValidationError
:
There is probably a problem in the data you provided.
fedex.printers.unix.DirectDevicePrinter
:
This class pipes the label data directly through a /dev/* entry.
fedex.base_service.FedexBaseService
:
This class is the master class for all Fedex request objects.
fedex.services.address_validation_service.FedexAddressValidationRequest
:
This class allows you validate anywhere from one to a hundred addresses in one go.
fedex.services.ship_service.FedexDeleteShipmentRequest
:
This class allows you to delete a shipment, given a tracking number.
fedex.services.ship_service.FedexProcessShipmentRequest
:
This class allows you to process (create) a new FedEx shipment.
fedex.services.track_service.FedexTrackRequest
:
This class allows you to track shipments by providing a tracking number or other identifying features.
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 Thu Mar 25 14:43:29 2010
http://epydoc.sourceforge.net