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

Add ErrorCode enum to LinearStage #877

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Add ErrorCode enum to LinearStage #877

merged 1 commit into from
Jul 10, 2024

Conversation

couger01
Copy link
Contributor

@couger01 couger01 commented Jul 9, 2024

No description provided.

@couger01 couger01 requested a review from wvreeven July 9, 2024 21:11
Copy link
Contributor

@wvreeven wvreeven left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Please see my comment before merging.

@@ -2,6 +2,17 @@
<?xml-stylesheet type="text/xsl" href="http://lsst-sal.tuc.noao.edu/schema/SALEventSet.xsl"?>
<SALEventSet xmlns:xsi="http://lsst-sal.tuc.noao.edu/schema/SALEventSet.xsd">
<Enumeration>DetailedState_NotMovingState, DetailedState_MovingState</Enumeration>
<Enumeration>
ErrorCode_ConnectionFailed,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see that the python enum explicitly defines the values of the enum. Please do that here as well like so:

ErrorCode_ConnectionFailed=1,

and also for the rest of the values of this enum.

@couger01 couger01 merged commit 2781ef5 into develop Jul 10, 2024
6 checks passed
@couger01 couger01 deleted the tickets/DM-45062 branch July 10, 2024 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants