Skip to content

Commit

Permalink
Add undefined error
Browse files Browse the repository at this point in the history
  • Loading branch information
oscgonfer committed Nov 27, 2024
1 parent ec46087 commit db52fab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scdata/device/process/error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class StatusCode(Enum):
ERROR_WRONG_CALIBRATION = 'Calibration data does not match'
ERROR_MISSING_CHANNEL = 'Channels not found'
ERROR_WRONG_HW = 'Not supported hardware'
ERROR_UNDEFINED = 'Undefined error'

WARNING_EMPTY_ID = 'Calibration ID is empty'
WARNING_NULL_CHANNEL = 'Channel name is null'
Expand Down

0 comments on commit db52fab

Please sign in to comment.