Missing device name changes
Compare changes
+ 10
− 10
@@ -35,7 +35,7 @@ func (e *AlreadyExistsError) Error() string {
@@ -35,7 +35,7 @@ func (e *AlreadyExistsError) Error() string {
@@ -255,24 +255,24 @@ func (e AMQPMessageFailError) Error() string {
@@ -255,24 +255,24 @@ func (e AMQPMessageFailError) Error() string {
// SubscribeResponseError implements the Error interface and is called if there is an issue during a ongoing
return fmt.Sprintf("Subscribe failed, PndID: %s, DeviceID: %s, DeviceName: %s, Internal error: %s", e.PndID, e.DeviceID, e.DeviceName, e.Err)
// SubscribeSyncResponseError implements the Error interface and is called if there is an issue syncing a
return fmt.Sprintf("Sync failed, PndID: %s, DeviceID: %s, DeviceName: %s", e.PndID, e.DeviceID, e.DeviceName)