AnomalyDetectorError Klasa
Informacje o błędzie zwrócone przez interfejs API.
- Dziedziczenie
-
AnomalyDetectorError
Konstruktor
AnomalyDetectorError(*, code: Optional[Union[str, azure.ai.anomalydetector.models._anomaly_detector_client_enums.AnomalyDetectorErrorCodes]] = None, message: Optional[str] = None, **kwargs)
Zmienne
- code
- str lub AnomalyDetectorErrorCodes
Kod błędu. Możliwe wartości to: "InvalidCustomInterval", "BadArgument", "InvalidGranularity", "InvalidPeriod", "InvalidModelArgument", "InvalidSeries", "InvalidJsonFormat", "RequiredGranularity", "RequiredSeries", "InvalidImputeMode", "InvalidImputeFixedValue".
- message
- str
Komunikat wyjaśniający błąd zgłoszony przez usługę.