mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 15:40:26 +01:00
fix error schema
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
162ad96a13
commit
28e49c7ddb
9 changed files with 90 additions and 199 deletions
31
other/error/GenericError.json
Normal file
31
other/error/GenericError.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"errors": [
|
||||
{
|
||||
"message": "_Missing: No status found with that ID.",
|
||||
"locations": [
|
||||
{
|
||||
"line": 2,
|
||||
"column": 3
|
||||
}
|
||||
],
|
||||
"path": ["threaded_conversation_with_injections_v2"],
|
||||
"extensions": {
|
||||
"name": "GenericError",
|
||||
"source": "Server",
|
||||
"code": 144,
|
||||
"kind": "NonFatal",
|
||||
"tracing": {
|
||||
"trace_id": "e6de8b2b694ae128"
|
||||
}
|
||||
},
|
||||
"code": 144,
|
||||
"kind": "NonFatal",
|
||||
"name": "GenericError",
|
||||
"source": "Server",
|
||||
"tracing": {
|
||||
"trace_id": "e6de8b2b694ae128"
|
||||
}
|
||||
}
|
||||
],
|
||||
"data": {}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue