You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[getWorkflowExecutionTraceInfo](docs/sdks/executions/README.md#getworkflowexecutiontraceinfo) - Get Workflow Execution Trace Info
541
544
*[getWorkflowExecutionTraceOtel](docs/sdks/executions/README.md#getworkflowexecutiontraceotel) - Get Workflow Execution Trace Otel
542
545
*[getWorkflowExecutionTraceSummary](docs/sdks/executions/README.md#getworkflowexecutiontracesummary) - Get Workflow Execution Trace Summary
543
546
*[getWorkflowExecutionTraceEvents](docs/sdks/executions/README.md#getworkflowexecutiontraceevents) - Get Workflow Execution Trace Events
@@ -801,8 +804,8 @@ run();
801
804
802
805
803
806
**Inherit from [`MistralError`](./src/models/errors/mistralerror.ts)**:
804
-
*[`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 142 of 225 methods.*
805
-
*[`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 225 methods.*
807
+
*[`HTTPValidationError`](./src/models/errors/httpvalidationerror.ts): Validation Error. Status code `422`. Applicable to 145 of 228 methods.*
808
+
*[`ObservabilityError`](./src/models/errors/observabilityerror.ts): Bad Request - Invalid request parameters or data. Applicable to 57 of 228 methods.*
806
809
*[`ResponseValidationError`](./src/models/errors/responsevalidationerror.ts): Type mismatch between the data returned from the server and the structure expected by the SDK. See `error.rawValue` for the raw value and `error.pretty()` for a nicely formatted multi-line string.
807
810
808
811
</details>
@@ -1108,6 +1111,8 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
1108
1111
-[`betaRagIngestionPipelineConfigurationsList`](docs/sdks/ingestionpipelineconfigurations/README.md#list) - List ingestion pipeline configurations
-[`betaRagSearchIndexesGetIndexDetail`](docs/sdks/searchindexes/README.md#getindexdetail) - Get Index Details
1112
1117
-[`betaRagSearchIndexesGetIndexSchemaDetail`](docs/sdks/searchindexes/README.md#getindexschemadetail) - Get Index Schema Detail
1113
1118
-[`betaRagSearchIndexesGetIndexSchemaFile`](docs/sdks/searchindexes/README.md#getindexschemafile) - Get Index Schema File
@@ -1163,6 +1168,7 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
1163
1168
-[`workflowsExecutionsGetWorkflowExecutionHistory`](docs/sdks/executions/README.md#getworkflowexecutionhistory) - Get Workflow Execution History
1164
1169
-[`workflowsExecutionsGetWorkflowExecutionLogs`](docs/sdks/executions/README.md#getworkflowexecutionlogs) - Get Workflow Execution Logs
1165
1170
-[`workflowsExecutionsGetWorkflowExecutionTraceEvents`](docs/sdks/executions/README.md#getworkflowexecutiontraceevents) - Get Workflow Execution Trace Events
1171
+
-[`workflowsExecutionsGetWorkflowExecutionTraceInfo`](docs/sdks/executions/README.md#getworkflowexecutiontraceinfo) - Get Workflow Execution Trace Info
1166
1172
-[`workflowsExecutionsGetWorkflowExecutionTraceOtel`](docs/sdks/executions/README.md#getworkflowexecutiontraceotel) - Get Workflow Execution Trace Otel
1167
1173
-[`workflowsExecutionsGetWorkflowExecutionTraceSummary`](docs/sdks/executions/README.md#getworkflowexecutiontracesummary) - Get Workflow Execution Trace Summary
let value:CredentialsStatusErrorReason="oauth refresh error";
8
+
let value:CredentialsStatusErrorReason="unknown error";
9
9
10
10
// Open enum: unrecognized values are captured as Unrecognized<string>
11
11
```
12
12
13
13
## Values
14
14
15
15
```typescript
16
-
"oauth expired"|"oauth near expiry"|"empty credentials"|"unparsable credentials"|"you need to reconnect"|"oauth refresh error"|Unrecognized<string>
16
+
"oauth expired"|"oauth near expiry"|"empty credentials"|"unparsable credentials"|"you need to reconnect"|"oauth refresh error"|"MCP server unreachable"|"MCP server timed out"|"MCP server error"|"unknown error"|Unrecognized<string>
0 commit comments