- <?php
- namespace refill;
- class errcode
- {
- const CANNOT_MATCH_PROVIDER = 202;
- const MERCHANT_SHORT_MONEY = 203;
- const MERCHANT_REFILL_NETERROR = 204;
- const PROVIDER_OVERLOAD = 205;
- const MERCHANT_PRICE_UNSETTING = 206;
- const MERCHANT_REFILL_CHLIMIT = 207;
- const MERCHANT_REFILL_DBERROR = 208;
- }
|