DECA-216: The server doesn't report all errors and exceptions

Metadata

Source
DECA-216
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2012-01-12T13:18:09.109-0500
Updated
2012-07-10T13:49:06.364-0400
Versions
  1. 0.5a
  2. 0.5
Fixed Versions
  1. 0.6
Component
  1. Server

Description

When the server encounters an error, it doesn't always throw proper exceptions, nor return the proper http responses indicating what has happened.

Comments

  • Justin Obara commented 2012-07-06T09:09:56.721-0400

    I've added new exceptions to the python modules. Updated the response codes returned by the server, and will now set an error status for the export status if the export process fails.

    The changes are in my bitbucket repo:
    https://bitbucket.org/jobara/decapod-0.6-server-iteration4

  • Justin Obara commented 2012-07-10T13:49:03.305-0400

    Merged into the googlecode repo