generate exceptions in implementation

This commit is contained in:
2021-12-02 11:59:10 +01:00
parent fe9c431999
commit c9e54aebc8
7 changed files with 68 additions and 9 deletions

View File

@ -97,6 +97,12 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/errorResultObject"
500:
description: Internal Server Error
content:
application/json:
schema:
$ref: "#/components/schemas/errorResultObject"
/pdb/v2/baseData/{articleNumber}:
get:
tags: [ "Regular" ]
@ -145,6 +151,9 @@ components:
errorInfoURL:
description: URL to some more information on the error
type: string
offensiveData:
description: Input data which causes this error
type: string
test1:
description: A test1 item
type: object