Error Codes

Ignite API has the ability to pass task feedback back to a requesting client app. Client may get the errors with the following codes:

Error Name Error Code Error Code Error Message HTTP Response Code
INTEGRATOR_NOT_ENABLED

4000

15

Client access to Service API not enabled

403 Forbidden

PACKAGE_NOT_IN_INTEGRATOR_INVENTORY

4001

16

Package not in Client’s inventory

403 Forbidden

PACKAGE_NOT_VALID_ON_ACTIVE_OPERATOR

4002

17

Package not valid on active operator

403 Forbidden

INTEGRATOR_NOT_PERMITTED_ON_OPERATOR

4003

18

Client app not permitted on operator

403 Forbidden

INTEGRATOR_NOT_CONFIGURED

4006

19

Client app not configured

404 Not Found

INTEGRATOR_NOT_PROVIDED

4007

20

Client app not provided

 

Back to Top ⇧