Skip to main content
Feedback

Call Transformation Error Messages

S. No.Error ScenarioError TitleError DetailStatus CodeStatus MessageX-Mashery-Error-Code
1ASR Service URL not retrieved from Service Provider Blob.Call Transformer ErrorService URL undefined.500Internal Server ErrorERR_500_INTERNAL_SERVER_ERROR
2BodyContent size is more than 1MB while sending request to ASR Service (pick 1M from config file, It is changeable).Call Transformer ErrorRequest Payload exceeds maximum limit (1MB).413Payload Too Large-
3BodyContent size is more than 1MB while receiving response from ASR Service.Call Transformer ErrorResponse payload exceeds maximum limit (1MB).413Payload Too Large-
4Compulsory headers like Content-Type is not present in "includedHeaders" node of ASR response payload JSON.Call Transformer ErrorRequired data from the call transformer is missing - Missing header "Content-Type".412Precondition Failed-
5Timeout occurred while calling ASR.Call Transformer ErrorCall transformer service time out (0.5s).504Gateway TimeoutERR_504_GATEWAY_TIMEOUT
6ASR response is not retrieved in expected JSON format.Call Transformer ErrorUnable to parse the response from call transformer service.412Precondition Failed-
7UnsupportedEncodingException occurred while setting request body for sending request to transformer service.Call Transformer ErrorError while setting request payload in transformation service.500Internal Server ErrorERR_500_INTERNAL_SERVER_ERROR
8Not able to connect to transformation service.Call Transformer ErrorUnable to connect to transformer service.502Bad GatewayERR_502_BAD_GATEWAY
9Other than timeout or bad gateway, any other exception occurred while connecting to transformer service.Call Transformer ErrorError while connecting to transformer service.500Internal Server ErrorERR_500_INTERNAL_SERVER_ERROR
10Error occurred while reading request body which will be sent to transformation service if it is defined in include parameter.Call Transformer ErrorError while reading request payload.500Internal Server ErrorERR_500_INTERNAL_SERVER_ERROR
11Error occurred while converting request payload into JSON for transformation service.Call Transformer ErrorError while creating payload JSON for call transformer service.500Internal Server ErrorERR_500_INTERNAL_SERVER_ERROR