Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Added starter device exception
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Oct 2, 2020
1 parent 7450715 commit e28973a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PyCrypCli/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ class DeviceNotOnlineException(MicroserviceException):
error: str = "device_not_online"


class DeviceIsStarterDeviceException(MicroserviceException):
error: str = "device_is_starter_device"


class MaximumDevicesReachedException(MicroserviceException):
error: str = "maximum_devices_reached"

Expand Down

0 comments on commit e28973a

Please sign in to comment.