# mbedos-error **Repository Path**: mirrors_ARMmbed/mbedos-error ## Basic Information - **Project Name**: mbedos-error - **Description**: Decoder for Mbed OS error messages - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Mbed OS Error Microsite Go to [https://ArmMbed.github.io/mbedos-error](https://ArmMbed.github.io/mbedos-error) The purpose of this microsite is 1. parse mbed OS error messages in a user friendly way 2. provide analytics / tracking on most common erros ### How to use You can either pass in the error code as a hex or as a individual param string ``` ?type=X&module_type=Y&error_code=Z ``` in the above case X,Y,Z are expected to be numbers ``` ?error=0x8______ ``` in the above case you just pass in the hex error code ### Updating the microsite content Change the contents of _data/error.yml to reflect updates to error codes.