Skip to content

Handle schema processing exception explicitly

Alok Joshi requested to merge schema_exception into master

Instead of throwing 500 under general exception handler, throw 400 for SchemaProcessingException

Merge request reports