Introduce and handle Operation Too Large Exception for batch operations 62/137662/4
authorToineSiebelink <toine.siebelink@est.tech>
Tue, 9 Apr 2024 17:39:51 +0000 (18:39 +0100)
committerToineSiebelink <toine.siebelink@est.tech>
Wed, 10 Apr 2024 10:47:06 +0000 (11:47 +0100)
commit693cfdd2467d01bf9a90f588ba827454a7b20f33
tree2d9a3e3e587d4b5e7909c4748e1c105b5f1a2483
parent868ff64f0f1873518b1a2225e5c35fa89fdc6d33
Introduce and handle Operation Too Large Exception for batch operations

Issue-ID: CPS-2164
Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
Change-Id: Iec05d2013be4f971309f0e75d84dc5d0936eb8ef
cps-ncmp-rest/docs/openapi/components.yaml
cps-ncmp-rest/docs/openapi/ncmp.yml
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/controller/handlers/NcmpPassthroughResourceRequestHandler.java
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/exceptions/NetworkCmProxyRestExceptionHandler.java
cps-ncmp-rest/src/main/java/org/onap/cps/ncmp/rest/exceptions/PayloadTooLargeException.java [new file with mode: 0644]
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/controller/handlers/NcmpDatastoreRequestHandlerSpec.groovy
cps-ncmp-rest/src/test/groovy/org/onap/cps/ncmp/rest/exceptions/NetworkCmProxyRestExceptionHandlerSpec.groovy