Source code for azure.appconfiguration._azure_appconfiguration_error

# ------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
# -------------------------------------------------------------------------
from azure.core.exceptions import HttpResponseError


[docs]class ResourceReadOnlyError(HttpResponseError): """An error response with status code 409 The key is read-only. To allow modification unlock it first."""