Skip to content

Latest commit

 

History

History
65 lines (40 loc) · 2.27 KB

File metadata and controls

65 lines (40 loc) · 2.27 KB

Get Index Errors Operation


{NOTE: }

{NOTE/}


{PANEL: Get errors for all indexes}

{CODE:nodejs get_errors_all@ClientApi\Operations\Maintenance\Indexes\getIndexErrors.js /}

{PANEL/}

{PANEL: Get errors for specific indexes}

{CODE:nodejs get_errors_specific@ClientApi\Operations\Maintenance\Indexes\getIndexErrors.js /}

{PANEL/}

{PANEL: Syntax}

{CODE:nodejs syntax_1@ClientApi\Operations\Maintenance\Indexes\getIndexErrors.js /}

Parameters Type Description
indexNames string[] List of index names for which to get errors
Return value of store.maintenance.send(getIndexErrorsOp)
object[] List of 'index errors' objects - see definition below.
An exception is thrown if any of the specified indexes do not exist.

{NOTE: } {CODE:nodejs syntax_2@ClientApi\Operations\Maintenance\Indexes\getIndexErrors.js /} {CODE:nodejs syntax_3@ClientApi\Operations\Maintenance\Indexes\getIndexErrors.js /} {NOTE/}

{PANEL/}

Related Articles

Indexes

Operations