Source code for azure.cognitiveservices.personalizer.models.personalizer_client_enums

# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

from enum import Enum


[docs]class ErrorCode(str, Enum): bad_request = "BadRequest" #: Request could not be understood by the server. resource_not_found = "ResourceNotFound" #: Requested resource does not exist on the server. internal_server_error = "InternalServerError" #: A generic error has occurred on the server.