Error Code 5002 Application error, issue with application while processing the request.

Опубликовано: 21 Март 2026
на канале: timeoutexpired
12,724
13

[
{
"ErrorCode": "5002",
"ErrorMessage": "Application error, issue with application while processing the request. Please try again. If error persists kindly raise a ticket along with request JSON, error details and timestamp of the error occurrence."
}
]

to solve this try to remove / OR \ from data
i got this error because in my partdesc 1 data contain with / and another
contain with \ so i just removed this and try to generate IRN,
its worked