driplineorg / dripline-python

python implementation of project8/dripline
Apache License 2.0
3 stars 6 forks source link

Update error codes to match psyllid/dripline-cpp update. #21

Closed wcpettus closed 5 years ago

wcpettus commented 5 years ago

WP changing to move specific error codes out of dripline space. This makes python match dripline-cpp behavior.

We should come back later and clean-up exception_map to handle case of unknown exceptions.