The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::Enum::AccessRuleCurrentStatusCodeType

DESCRIPTION

Describes the current status of your application with regard to rules governing the number of times your application can execute API calls.

SYNOPSIS

Enums:

NotSet

(out) The rule is not set and usage limits do not apply.

HourlyLimitExceeded

(out) Your application has exceeded its hourly hard limit.

DailyLimitExceeded

(out) Your application has exceeded its daily hard limit.

PeriodicLimitExceeded

(out) Your application has exceeded its periodic hard limit.

HourlySoftLimitExceeded

(out) Your application has exceeded its hourly soft limit.

DailySoftLimitExceeded

(out) Your application has exceeded its daily soft limit.

PeriodicSoftLimitExceeded

(out) Your application has exceeded its periodic soft limit.

CustomCode

(out) Reserved for internal or future use.