Skip to main content
Feedback

Call Transformation Error Messages

Error ScenarioError TitleError DetailStatus CodeStatus MessageX-Mashery-Error-Code
ASR Service URL not retrieved from Service Provider Blob.Call Transformer ErrorService URL undefined.500Internal Server ErrorERR_500_INTERNAL_SERVER_ERROR
BodyContent 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-
BodyContent size is more than 1MB while receiving response from ASR Service.Call Transformer ErrorResponse payload exceeds maximum limit (1MB).413Payload Too Large-
Compulsory 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-
Timeout occurred while calling ASR.Call Transformer ErrorCall transformer service time out (0.5s).504Gateway TimeoutERR_504_GATEWAY_TIMEOUT
ASR response is not retrieved in expected JSON format.Call Transformer ErrorUnable to parse the response from call transformer service.412Precondition Failed-
UnsupportedEncodingException 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
Not able to connect to transformation service.Call Transformer ErrorUnable to connect to transformer service.502Bad GatewayERR_502_BAD_GATEWAY
Other 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
Error 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
Error 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