Additional Resources
Error Codes
2min
why use service/api level error codes? the service/api level error codes describe a specific error, enabling the developers to troubleshoot the api errors faster how are the error codes organized? a service level error code is a 12 digit error code formed by combining three different codes service codes, method code, and unique error codes, respectively for example, an error code for the container service would start with “1009” followed by another set of four digits; such as “1005”, which shows the method level of the error while creating a container, further followed by the last four digits “1022”, that will identify the unique error code which in this case is state machine api error thus, combining the 12 digits “100910051022” will give a specific error code that the developer can refer to while troubleshooting the create container api error under the container service check the below given table to get the details of different service/api level errors api/service error code starts with download link for error code files aaa 1001 download https //github com/foxtrotplatform/developer platform external docs/blob/service api level error code/1001%20aaa%20service csv container 1009 download https //github com/foxtrotplatform/developer platform external docs/blob/service api level error code/1009%20container%20service csv participant 1011 download https //github com/foxtrotplatform/developer platform external docs/blob/service api level error code/1011%20participant%20service csv entity 1018 download https //github com/foxtrotplatform/developer platform external docs/blob/service api level error code/1018%20entity%20service csv