Skip to content

Error Codes

ScenarioHTTPHow to judge
Auth failure401 / 403 / 429See auth codes below
Business errorUsually 200JSON code000000

Business codes (HTTP 200)

codeMeaning
000000Success
100001Business failure
100002System state error
100003Validation failure
999999Unknown error

Auth codes (HTTP 401/403/429)

Same numeric values may appear, but HTTP is not 200 and only during authentication:

codeHTTPMeaning
100001401Invalid AppKey / missing headers
100002401Invalid signature
100003401Invalid or expired timestamp
100004401Duplicate RequestID
100005401Client disabled
100006403IP not allowed
100007429Rate limit exceeded

eSIM Dealer Open API v1