Skip to content
Snippets Groups Projects
Commit 83bd4392 authored by athatheo's avatar athatheo
Browse files

Fixed code format in ErrorHandler

parent 05392fa8
No related branches found
No related tags found
No related merge requests found
......@@ -108,18 +108,18 @@ public:
* made to add an existing event action
* definition
*/
EventActionAddExistingDefinitionError = 1,
/**
* In the Event Action Service, in the deleteEventActionDefinition function, an attempt
* was made to delete an event action definition that was enabled
*/
EventActionDeleteEnabledDefinitionError = 2,
/**
* In the Event Action Service, an access attempt was made to an unknown event
* action definition
*/
EventActionUnknownDefinitionError = 3,
};
EventActionAddExistingDefinitionError = 1,
/**
* In the Event Action Service, in the deleteEventActionDefinition function, an attempt
* was made to delete an event action definition that was enabled
*/
EventActionDeleteEnabledDefinitionError = 2,
/**
* In the Event Action Service, an access attempt was made to an unknown event
* action definition
*/
EventActionUnknownDefinitionError = 3,
};
/**
* The error code for failed progress of execution reports, as specified in ECSS 5.3.5.2.3g
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment