-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Modifying Error Codes in rbus_getExt API (#202)
* Fix: Modifying Error Codes in RBUS Core Reason for change: When an object not found error originates from rtrouted, rbuscore retrus error code RBUSCORE_ERROR_ENTRY_NOT_FOUND instead of RBUSCORE_ERROR_DESTINATION_UNREACHABLE. Signed-off-by: Netaji Panigrahi <[email protected]> * Fix: Modifying Error Codes in RBUS Core Reason for change: When an object not found error originates from rtrouted, rbuscore retrus error code RBUSCORE_ERROR_ENTRY_NOT_FOUND instead of RBUSCORE_ERROR_DESTINATION_UNREACHABLE. Signed-off-by: Netaji Panigrahi <[email protected]> * Updated test code * Fixed Method_Invoke failed tests * Fixed SetMulti test * Fix: Modifying Error Codes in rbus_getExt API Reason for change: When Discover component names failed, rbusgetExt function will return the error code RBUSCORE_ERROR_ENTRY_NOT_FOUND. Signed-off-by: Netaji Panigrahi <[email protected]> * Fix: Modifying Error Codes
- Loading branch information
1 parent
a80377b
commit b510906
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters