File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 100
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-82fd51be8dc9b6ad425425f9eb747dd337df494a030d03d37f101e2236c85548 .yml
3- openapi_spec_hash : ab396816e2b7da9938d42ec5a41cc8e1
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-b7d469021adcd1493f74dad38746ffa3817dcf86a0a12561a88eb554824e3ffb .yml
3+ openapi_spec_hash : 4134c95bf3012dca38797ca56d62395b
44config_hash : 27c0ea01aeb797a1767af139851c5b66
Original file line number Diff line number Diff line change @@ -95,6 +95,9 @@ class ManagedAuthStateEvent(BaseModel):
9595 discovered_fields : Optional [List [ManagedAuthStateEventDiscoveredField ]] = None
9696 """Fields awaiting input (present when flow_step=AWAITING_INPUT)."""
9797
98+ error_code : Optional [str ] = None
99+ """Machine-readable error code (present when flow_status=FAILED)."""
100+
98101 error_message : Optional [str ] = None
99102 """Error message (present when flow_status=FAILED)."""
100103
Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ class ManagedAuth(BaseModel):
155155 discovered_fields : Optional [List [DiscoveredField ]] = None
156156 """Fields awaiting input (present when flow_step=awaiting_input)"""
157157
158+ error_code : Optional [str ] = None
159+ """Machine-readable error code (present when flow_status=failed)"""
160+
158161 error_message : Optional [str ] = None
159162 """Error message (present when flow_status=failed)"""
160163
You can’t perform that action at this time.
0 commit comments