ApiErrorNextAction
Describes a recoverable action the client can take after receiving this error. The exact fields depend on the action type.
- typeType: stringmax length:5000required
The type of action the client should perform.
- metadataType: object | null
Additional action-specific metadata. Keys and values are strings so clients can safely forward them to SDK handlers or use them for follow-up requests.
- propertyType: string
Name
- useType: object
_sdk Instructs the client to continue the flow through a client-side SDK.
- sdkType: stringmax length:5000required
The SDK capability the client should invoke.
- metadataType: object | null
SDK-specific metadata. The keys are specific to the returned SDK action.

