import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client"; import { CloudSearchDomainServiceException as __BaseException } from "./CloudSearchDomainServiceException"; /** *

Information about any problems encountered while processing a search request.

* @public */ export declare class SearchException extends __BaseException { readonly name: "SearchException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Information about any problems encountered while processing an upload request.

* @public */ export declare class DocumentServiceException extends __BaseException { readonly name: "DocumentServiceException"; readonly $fault: "client"; /** *

The return status of a document upload request, error or success.

* @public */ status?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }