mikeywaites / kim

Kim: A JSON Serialization and Marshaling framework
http://kim.readthedocs.org/en/latest/
Other
317 stars 17 forks source link

Split FieldError into Config/Runtime errors and Processing error types #53

Closed mikeywaites closed 9 years ago

mikeywaites commented 9 years ago

46 FieldError is currently used for all types of exceptions inside of Field. Field.invalid should make use of a new exception FieldInvalid when raising errors that occur during pipeline processing