List of Error Codes from Service Layer (RUBY)
UAN-GEN-00108 | Please enter Customer Number | Customer Number with blank value |
List of Error Codes from APIGEE
43001 | Enter a valid <request body element> |
|
43002 | Request Body Missing | Request message body is empty or blank |
43003 | Enter a valid action | Action is not sent by partners or Action is not a valid name/scenario |
43005 | Invalid Part Number 0 for action |
|
43006 | Invalid line item offering combination | Part Numbers submitted by partner are not the same subscription type (e.g. subscription renewal vs. maintenance renewal) |
43007 | Enter a valid contract number | Contract Number submitted by partner does not exist in back office (e.g. Siebel, SFDC) |
43008 | SubscriptionReferenceNumber 0 is not active | Subscription Reference Number submitted by partner is not an active subscription |
43009 | SubscriptionReferenceNumber 0 does not exist on contract | Subscription Reference Number submitted by partner is not a subscription under the ContractNumber submitted by partner |
43010 | Subscription Id 0 does not exist on contract | Subscription ID submitted by partner is not a subscription under the ContractNumber submitted by partner |
43011 | Enter a valid Sold-To CSN | Invalid Sold To CSN provided |
43012 | Enter a valid Sold-To CSN | Partner CSN not provided by partner in HTTP request header (unlikely scenario, as CSN is used in upfront apigee validation) |
43013 | Contract Start Date cannot exceed 30 days from today's date | Contact Start Date submitted by partner can be at most be 30 days in the future from today's date |
43015 | Part Number 0 does not exist | Part Number submitted by partner does not exist or is not present in cache |
43016 | Part Number 0 billing behavior is not supported | Part Number submitted by partner has a billing behavior that is not blank, renewal, or recurring |
43017 | Part Number 0 is not active | Part Number submitted by partner is not released (a.k.a. incorrect Dchain Status) for that partner's Sales Org |
43018 | Subscription term must match for all line items | Part Numbers submitted by partner do not have the same term (e.g. Quarterly, Annual, Multi-Year) |
43019 | Subscription term must match between all line items and contract | Part Numbers submitted by partner do not have the same term (e.g. Quarterly, Annual, Multi-Year) & do not match with the Service Contract Number provided |
43020 | License model must match for all line items | Part Numbers submitted by partner do not have the same License Model (e.g. Term) |
43021 | License model must match for all line items and contract | Part Numbers submitted by partner do not have the same License Model & do not match with the Service Contract Number provided |
43022 | License usage type must match for all line items | Part Numbers submitted by partner do not have the same License Usage Type (e.g. COM) |
43023 | License usage type must match for all line items and contract | Part Numbers submitted by partner do not have the same License Usage Type & do not match with the Service Contract Number provided |
43024 | Billing behavior must match for all line items | Part Numbers submitted by partner do not have the same Billing Behavior (e.g. renewable, auto-renew) |
43025 | Billing behavior must match for all line items and contract | Part Numbers submitted by partner do not have the same billing behavior & do not match with the Service Contract's billing behavior |
43026 | Part Number 0 product line must match with subscription product line | Part Number submitted by partner to add seats is not the same product line as the subscription the seats are being added to |
43027 | Part Number 0 support level must match with subscription support level | Part Number submitted by partner to add seats is not the same subscription level as the subscription the seats are being added to |
43028 | Please submit another order for promotional items. | free month propries do not match |
43029 | Part Number 0 has a free month | When modifying existing agreement. New skus can not have free months |
43030 | Reseller is not specialized for Part Number(s) 0, 0, …, 0 | Sku has Special Sales Program |
43031 | Unable to verify renewal opportunity line items |
|
43032 | Part Number 0 does not meet seat requirement | Seat count provided by partner for a given part number does not match the LPI opportunity seat threshold required for purchase |
43033 | Enter a valid price for Part Number 0 | Price for line item submitted by partner does not match price records in cache |
43035 | Enter a valid Opportunity Number | Opportunity Number submitted by partner either does not exist or the opportunity is in an invalid status (e.g. not Open, Ready for Order) |
43036 | Contract cannot be renewed | Partner can no longer renew the service contract as it is past the grace period (30 days after contract end date) |
43037 | Line items do not match opportunity line items to be renewed | Partner request line items are not in one-to-one with renewable line items in the renewal opportunity specified (where oppty line item renew flag is set to 'TRUE') |
43038 | SubscriptionReferenceNumber 0 quantity does not match opportunity line item quantity to be renewed | Partner has submitted a Subscription Reference Number to be renewed and the quantity they specified in their request message is not the quantity that is expected to be renewed |
43039 | Order has already been submitted | Partner has submitted the same request/order to us and that previous order was created successfully |
43040 | Pricing not found for Part Number 0 | Part Number provided by partner does not have pricing details for that partner's price list and price group |
43041 | Invalid Part Number 0 for subscription product line | Part Number submitted by partner does not match the product line of the subscription it is attempting to modify |
43042 | SubscriptionReferenceNumber 0 does not exist on subscription | Subscription ID generated and submitted by partner is not the Subscription ID that already exists on the Subscription Reference Number |
43043 | Subscription term must match for opportunity and contract | Opportunity submitted by partner does not have the same term (e.g. Quarterly, Annual, Multi-Year) as the Service Contract Number provided |
43044 | Product Line 0 on opportunity is missing in request | Partner did not send a part number for a corresponding LPI opportunity product to be purchased |
50100 | Internal Server Error |
|
List of Error Codes Proxy Layer
200 - OK | ||
201 - Created | ||
304 - Not Modified | ||
400 - Bad Request | Error: 4000 | Incorrect or malformed request |
401 - Unauthorized | Error: 4100 | No CSN was passed in the request |
401 - Unauthorized | Error: 4101 | No HMAC Signature passsed in the request |
401 - Unauthorized | Error: 4102 | No HMAC Client ID passed in the request |
401 - Unauthorized | Error: 4103 | No HMAC Timestamp Passed in the request |
401 - Unauthorized | Error: 4104 | No Autorizathion passed in the request |
401 - Unauthorized | Error: 4105 | Invalid token |
401 - Unauthorized | Error: 4106 | Something went wrong generating the token |
403 - Forbidden | Error: 4301 | HMAC signature was passed, but not a correct one |
403 - Forbidden | Error: 4302 | HMAC timestamp was passed, but not a correct one |
403 - Forbidden | Error 4300 | CSN was passed, but not a correct one |