PhilipsHue / PhilipsHueSDK-iOS-OSX

The Software Development Kit for Philips Hue on iOS and OS X (beta)
579 stars 169 forks source link

PHError should provide Error information as JSON or parsed data #16

Closed twam closed 9 years ago

twam commented 11 years ago

PHError should have a property with the original JSON error data and/or already parsed attributes like address, type, description

jhvdb87 commented 10 years ago

You can see the original JSON by enabling the logging in the SDK. Is that sufficient ?

twam commented 10 years ago

This is OK for debugging, but for displaying advanced error information providing it in the PHError class would be better.