Skip to content

Commit

Permalink
Map EzspStatus.ERROR_INVALID_VALUE to sl_Status.INVALID_PARAMETER (
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly authored Jul 29, 2024
1 parent 595a285 commit 69e342b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bellows/types/named.py
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,7 @@ def from_ember_status(
(EzspStatus.ERROR_INVALID_ID, sl_Status.INVALID_PARAMETER),
(EzspStatus.ERROR_OUT_OF_MEMORY, sl_Status.NO_MORE_RESOURCE),
(EzspStatus.ERROR_INVALID_CALL, sl_Status.INVALID_PARAMETER),
(EzspStatus.ERROR_INVALID_VALUE, sl_Status.INVALID_PARAMETER),
# Ember status
(EmberStatus.SUCCESS, sl_Status.OK),
(EmberStatus.ERR_FATAL, sl_Status.FAIL),
Expand Down

0 comments on commit 69e342b

Please sign in to comment.