@terascope/core-utils / errors / EstimatedElasticOpenSearchError
Class: EstimatedElasticOpenSearchError
Defined in: packages/core-utils/src/errors.ts:440
Extends
Error
Constructors
Constructor
new EstimatedElasticOpenSearchError(
message?):EstimatedElasticOpenSearchError
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
| Parameter | Type |
|---|---|
message? | string |
Returns
EstimatedElasticOpenSearchError
Inherited from
Error.constructor
Constructor
new EstimatedElasticOpenSearchError(
message?,options?):EstimatedElasticOpenSearchError
Defined in: node_modules/.pnpm/typescript@5.9.3/node_modules/typescript/lib/lib.es5.d.ts:1082
Parameters
| Parameter | Type |
|---|---|
message? | string |
options? | ErrorOptions |
Returns
EstimatedElasticOpenSearchError
Inherited from
Error.constructor
Properties
| Property | Type | Defined in |
|---|---|---|
meta? | SearchErrorMetadata | packages/core-utils/src/errors.ts:441 |