Frame
This commit is contained in:
@@ -57,6 +57,11 @@ errorret_t errorThrowImpl(
|
||||
}
|
||||
|
||||
errorret_t errorOkImpl() {
|
||||
assertTrue(
|
||||
ERROR_STATE.code == ERROR_OK,
|
||||
"Global error state is not OK (Likely missing errorCatch)"
|
||||
);
|
||||
|
||||
return (errorret_t) {
|
||||
.code = ERROR_OK,
|
||||
.state = NULL
|
||||
|
Reference in New Issue
Block a user