[ Web Proxy ]
URL:
Viewing: https://python.temporal.io/temporalio.client.WorkflowQueryFailedError.html [Back]  [Original]

temporalio.client.WorkflowQueryFailedError
exception documentation

class WorkflowQueryFailedError(temporalio.exceptions.TemporalError): (source)

Constructor: WorkflowQueryFailedError(message)

View In Hierarchy

Error that occurs when a query fails.

Method __init__ Create workflow query failed error.
Property message Get query failed message.
Instance Variable _message Undocumented

Inherited from TemporalError:

Property cause Cause of the exception.
def __init__(self, message: str): (source)

Create workflow query failed error.

Get query failed message.

_message = (source)

Undocumented

API Documentation for Temporal Python, generated by pydoctor 25.10.1 at 2026-08-25 00:10:53.

Web Proxy Viewer  |  New URL  |  Original Page