Source code for azure.search.documents._search_documents_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 RequestEntityTooLargeError(HttpResponseError): """An error response with status code 413 - Request Entity Too Large"""