sonic-swss-common
sonic-swss-common copied to clipboard
Error Handling Framework : sonic-swss-common library support
Error handling framework is responsible for notifying ASIC/SAI programming failures to the applications. Error handling framework is responsible for notifying ASIC/SAI programming failures to the applications.
This repo defines the following classes as part of error handling feature.
- Error listener class: This class provides functions for applications to register and receive error notifications from error handling framework.
- Error map class: It converts SAI specific error codes to SWSS error codes that application can understand.
Related PRs: https://github.com/Azure/sonic-utilities/pull/666 https://github.com/Azure/sonic-swss/pull/1100 https://github.com/Azure/sonic-sairedis/pull/523
Signed-off-by: Siva Mukka ([email protected])