One student has asked how one would handle errors in cloud objects. I do not think that this is covered at all in the current version of the documentation, and should be added.
(as a sidenote: you should catch CloudScaleExceptions when you interact with cloud objects - all exceptions on remote hosts are propagated as runtime CloudScaleExceptions to the client. the inner exception of this CloudScaleException should then be the original exception that occured on the remote host)
Issue migrated from google code
One student has asked how one would handle errors in cloud objects. I do not think that this is covered at all in the current version of the documentation, and should be added.
(as a sidenote: you should catch CloudScaleExceptions when you interact with cloud objects - all exceptions on remote hosts are propagated as runtime CloudScaleExceptions to the client. the inner exception of this CloudScaleException should then be the original exception that occured on the remote host)