Skip to content

Return errors for unimplemented methods in CAS and ByteStream services

Martin Blanchard requested to merge mablanch/79-unimplemented-errors into master

Description

At the moment, a call to any unimplemented CAS or ByteStream service method raised an internal exception. Would be better to return an UNIMPLEMENTED status to the client.

Changes proposed in this merge request:

  • Send back UNIMPLEMENTED for every methid not implemented yet.

This merge request solves part of issue/bug:

#79 (closed)

Edited by Martin Blanchard

Merge request reports