Skip to content

Commit 8a71389

Browse files
authored
Remove duplicate root cause (#506)
1 parent 09854a1 commit 8a71389

File tree

3 files changed

+0
-16
lines changed

3 files changed

+0
-16
lines changed

output/schema/schema.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31759,20 +31759,6 @@
3175931759
}
3176031760
}
3176131761
}
31762-
},
31763-
{
31764-
"name": "root_cause",
31765-
"required": true,
31766-
"type": {
31767-
"kind": "array_of",
31768-
"value": {
31769-
"kind": "instance_of",
31770-
"type": {
31771-
"name": "ErrorCause",
31772-
"namespace": "_types"
31773-
}
31774-
}
31775-
}
3177631762
}
3177731763
]
3177831764
},

output/typescript/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2036,7 +2036,6 @@ export type LifecycleOperationMode = 'RUNNING' | 'STOPPING' | 'STOPPED'
20362036

20372037
export interface MainError extends ErrorCause {
20382038
headers?: Record<string, string>
2039-
root_cause: ErrorCause[]
20402039
}
20412040

20422041
export interface MergesStats {

specification/_types/Errors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ export class ErrorCause {
6666

6767
export class MainError extends ErrorCause {
6868
headers?: Dictionary<string, string>
69-
root_cause: ErrorCause[]
7069
}
7170

7271
export class ShardFailure {

0 commit comments

Comments
 (0)