Skip to content

Commit 3648820

Browse files
committed
Comment correction after special access error code guarantees were removed
1 parent 79f9603 commit 3648820

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/codegen-data-model/CodegenDataModel_Write.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ using namespace chip::app::Compatibility::Internal;
4242

4343
/// Attempts to write via an attribute access interface (AAI)
4444
///
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
45+
/// If it returns a CHIP_ERROR, then this is a FINAL result (i.e. either failure or success)
4746
///
4847
/// If it returns std::nullopt, then there is no AAI to handle the given path
4948
/// and processing should figure out the value otherwise (generally from other ember data)

0 commit comments

Comments
 (0)