@@ -131,6 +131,9 @@ export type ApiError = {
[key: string]: string
}
responseBody?: string
+ details?: {
+ [key: string]: string
+ }
@@ -5336,6 +5336,15 @@
},
"responseBody": {
"type": "string"
+ },
+ "details": {
+ "type": "object",
+ "propertyNames": {
+ "type": "string"
+ "additionalProperties": {
"required": ["message", "isRetryable"]