generate exceptions in implementation
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user