ePages 7.28.0 - DE_EPAGES/UPS/API/Soap/TransformErrorMessages.pm

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

doTransform

extend the incoming error object according to the UPS errors

Syntax
doTransform( $Error );
Input
$Error (object)
epages Error object
Return
$Error (object)
epages Error object