You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error handling for client/server call mismatches (#25)
* Add error handling for when the user requests a call from cdpy that is not available in the installed CDPCLI
* Add error handling for when CDPCLI makes a call that is not available in the remote CDP Control Plane
* Move Custom Error handling functionality into the CdpError class and out of call()
* Directly Handle parsing AttributeError and ValidationError into common format
* Move Handling REMOTE_NOT_IMPLMENTED in CdpError
Signed-off-by: Daniel Chaffelson <chaffelson@gmail.com>
0 commit comments