Package DE_EPAGES::UPS::API::Soap::TransformErrorMessages
Interface to handle the UPS SOAP Webservice Errormessages
Example |
my $Error = GetError(); my $TransformErrorMessage = DE_EPAGES::UPS::API::Soap::TransformErrorMessages->new(); $Error = $TransformErrorMessage->doTransform($Error); |
Functions
doTransform
extend the incoming error object according to the UPS errors
Syntax |
doTransform( $Error ); |
Input |
|
Return |
|