We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f9603 commit 3648820Copy full SHA for 3648820
src/app/codegen-data-model/CodegenDataModel_Write.cpp
@@ -42,8 +42,7 @@ using namespace chip::app::Compatibility::Internal;
42
43
/// Attempts to write via an attribute access interface (AAI)
44
///
45
-/// If it returns a CHIP_ERROR, then this is a FINAL result (i.e. either failure or success):
46
-/// - in particular, CHIP_ERROR_ACCESS_DENIED will be used for UnsupportedRead AII returns
+/// If it returns a CHIP_ERROR, then this is a FINAL result (i.e. either failure or success)
47
48
/// If it returns std::nullopt, then there is no AAI to handle the given path
49
/// and processing should figure out the value otherwise (generally from other ember data)
0 commit comments