AnomalyDetectorError 類別
API 傳回的錯誤資訊。
- 繼承
-
AnomalyDetectorError
建構函式
AnomalyDetectorError(*, code: Optional[Union[str, azure.ai.anomalydetector.models._anomaly_detector_client_enums.AnomalyDetectorErrorCodes]] = None, message: Optional[str] = None, **kwargs)
變數
- code
- str 或 AnomalyDetectorErrorCodes
錯誤碼。 可能的值包括:「InvalidCustomInterval」、「BadArgument」、「InvalidGranularity」、「InvalidPeriod」、「InvalidModelArgument」、「InvalidSeries」、「InvalidJsonFormat」、「RequiredGranularity」、「RequiredGranularity」、「RequiredSeries」、「InvalidImputeMode」、「InvalidImputeFixedValue」。
- message
- str
說明服務所報告錯誤的訊息。