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 328
328
"error" : {
329
329
"properties" : {
330
330
"message" : {
331
- "description" : " Message describing the error that occurred " ,
331
+ "description" : " Description of the error. " ,
332
332
"type" : " string"
333
333
},
334
334
"path" : {
335
- "description" : " Path that was called and where the error occurred" ,
335
+ "description" : " Path which was called." ,
336
+ "example" : " /path/where/error/occurred" ,
336
337
"type" : " string"
337
338
},
338
339
"status" : {
339
- "description" : " Status Code in which the call resulted" ,
340
- "type" : " string"
340
+ "description" : " Http status code." ,
341
+ "example" : 400 ,
342
+ "type" : " number"
341
343
},
342
344
"timestamp" : {
343
- "description" : " Timestamp at which the error occurred" ,
345
+ "description" : " Timestamp at which the error occurred." ,
346
+ "example" : " 2019-08-24T14:15:22Z" ,
344
347
"format" : " date-time" ,
345
348
"type" : " string"
346
349
}
351
354
"gatewayError" : {
352
355
"properties" : {
353
356
"message" : {
354
- "description" : " Message describing the error that occurred " ,
357
+ "description" : " Description of the error. " ,
355
358
"type" : " string"
356
359
},
357
360
"status" : {
358
- "description" : " Status Code in which the call resulted " ,
359
- "type" : " string "
361
+ "description" : " Http status code. " ,
362
+ "type" : " number "
360
363
}
361
364
},
362
365
"title" : " gatewayError" ,
You can’t perform that action at this time.
0 commit comments