ePages 7.38.0 - DE_EPAGES/Ebay/API/EbayErrors.pm

Package DE_EPAGES::Ebay::API::EbayErrors

Ebay Error Code handling.

@EXPORT_OK
OAuth2TokenErrors
TokenOrUserErrors
IgnoreWarnings

Functions

IgnoreWarnings
OAuth2TokenErrors
TokenOrUserErrors

IgnoreWarnings

We don't log these EbayError codes, because we know about them. (Warnings from ebay regarding the API version and deprecated objects... )

Syntax
IgnoreWarnings( );
Return
$aErrorCodes (array.int)
list of error codes

OAuth2TokenErrors

These Error codes triggers a renew of the OAuth code and a resend of the request.

Syntax
OAuth2TokenErrors( );
Return
$aErrorCodes (array.int)
list of error codes

TokenOrUserErrors

These Error codes trigger sending a TokenError mail to the shop owner.

Syntax
TokenOrUserErrors( );
Return
$aErrorCodes (array.int)
list of error codes