Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The error code should be updated after #7072 added error codes required by IM. #7084

Closed
todo bot opened this issue May 25, 2021 · 0 comments
Closed

The error code should be updated after #7072 added error codes required by IM. #7084

todo bot opened this issue May 25, 2021 · 0 comments
Assignees
Labels

Comments

@todo
Copy link

todo bot commented May 25, 2021

// TODO: The error code should be updated after #7072 added error codes required by IM.
AddStatusCode(&returnStatusParam,
err == CHIP_ERROR_INVALID_PROFILE_ID ? GeneralStatusCode::kNotFound : GeneralStatusCode::kInvalidArgument,
Protocols::SecureChannel::Id, Protocols::SecureChannel::kProtocolCodeGeneralFailure);
}
// We have handled the error status above and put the error status in response, now return success status so we can process
// other commands in the invoke request.
return CHIP_NO_ERROR;
}
CHIP_ERROR CommandHandler::AddStatusCode(const CommandPathParams * apCommandPathParams,


This issue was generated by todo based on a TODO comment in 7e4bc2c when #7002 was merged. cc @erjiaqing.
@todo todo bot added the todo label May 25, 2021
@todo todo bot assigned erjiaqing May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants