File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 328328 "error" : {
329329 "properties" : {
330330 "message" : {
331- "description" : " Message describing the error that occurred " ,
331+ "description" : " Description of the error. " ,
332332 "type" : " string"
333333 },
334334 "path" : {
335- "description" : " Path that was called and where the error occurred" ,
335+ "description" : " Path which was called." ,
336+ "example" : " /path/where/error/occurred" ,
336337 "type" : " string"
337338 },
338339 "status" : {
339- "description" : " Status Code in which the call resulted" ,
340- "type" : " string"
340+ "description" : " Http status code." ,
341+ "example" : 400 ,
342+ "type" : " number"
341343 },
342344 "timestamp" : {
343- "description" : " Timestamp at which the error occurred" ,
345+ "description" : " Timestamp at which the error occurred." ,
346+ "example" : " 2019-08-24T14:15:22Z" ,
344347 "format" : " date-time" ,
345348 "type" : " string"
346349 }
351354 "gatewayError" : {
352355 "properties" : {
353356 "message" : {
354- "description" : " Message describing the error that occurred " ,
357+ "description" : " Description of the error. " ,
355358 "type" : " string"
356359 },
357360 "status" : {
358- "description" : " Status Code in which the call resulted " ,
359- "type" : " string "
361+ "description" : " Http status code. " ,
362+ "type" : " number "
360363 }
361364 },
362365 "title" : " gatewayError" ,
You can’t perform that action at this time.
0 commit comments