Developers Program

Error 36 -An error occurred

Published: December 17 2004, 1:53:00 PMยทUpdated: July 21 2022, 4:22:10 AM

Products

Question

I am getting Error Code as below, what does error code 36 mean? <Errors> <ShortMessage>An error occurred.</ShortMessage> <LongMessage>An error number "API.META.010" occurred while processing your request.</LongMessage> <ErrorCode>36</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"><Value>API.META.010</Value></ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors> <Errors> <ShortMessage>An error occurred.</ShortMessage> <LongMessage>An error number "API.ODR.110" occurred while processing your request.</LongMessage> <ErrorCode>36</ErrorCode> <SeverityCode>Error</SeverityCode> <ErrorParameters ParamID="0"> <Value>API.ODR.110</Value> </ErrorParameters> <ErrorClassification>RequestError</ErrorClassification> </Errors>

Answer

Summary

Error code 36 in general means an unmapped or untranslated error. This error code should never be returned unless there was an error code missed during an update. Please report a bug whenever an API response contains the Error Code 36.

How well did this answer your question?