File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 62426242 },
62436243 "required" : [" name" , " data" ]
62446244 },
6245+ "ContextOverflowError" : {
6246+ "type" : " object" ,
6247+ "properties" : {
6248+ "name" : {
6249+ "type" : " string" ,
6250+ "const" : " ContextOverflowError"
6251+ },
6252+ "data" : {
6253+ "type" : " object" ,
6254+ "properties" : {
6255+ "message" : {
6256+ "type" : " string"
6257+ },
6258+ "responseBody" : {
6259+ "type" : " string"
6260+ }
6261+ },
6262+ "required" : [" message" ]
6263+ }
6264+ },
6265+ "required" : [" name" , " data" ]
6266+ },
62456267 "APIError" : {
62466268 "type" : " object" ,
62476269 "properties" : {
63276349 {
63286350 "$ref" : " #/components/schemas/MessageAbortedError"
63296351 },
6352+ {
6353+ "$ref" : " #/components/schemas/ContextOverflowError"
6354+ },
63306355 {
63316356 "$ref" : " #/components/schemas/APIError"
63326357 }
80948119 {
80958120 "$ref" : " #/components/schemas/MessageAbortedError"
80968121 },
8122+ {
8123+ "$ref" : " #/components/schemas/ContextOverflowError"
8124+ },
80978125 {
80988126 "$ref" : " #/components/schemas/APIError"
80998127 }
You can’t perform that action at this time.
0 commit comments