GetInsightsError Class

GetInsights Query Errors.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
GetInsightsError

Constructor

GetInsightsError(*, error_message: str, query_id: Optional[str] = None, **kwargs)

Variables

kind
str

the query kind. Has constant value: "Insight".

query_id
str

the query id.

error_message
str

Required. the error message.

Attributes

kind

kind = 'Insight'