kibana/api_docs/expression_error.mdx
Stacey Gammon 131021050c
Fix deprecations being incorrectly counted (#128985)
* Adjust logic to fix overcounting bad deprecations

* Update api docs

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2022-03-31 14:01:14 -04:00

35 lines
1.1 KiB
Text

---
id: kibExpressionErrorPluginApi
slug: /kibana-dev-docs/api/expressionError
title: "expressionError"
image: https://source.unsplash.com/400x175/?github
summary: API docs for the expressionError plugin
date: 2022-03-30
tags: ['contributor', 'dev', 'apidocs', 'kibana', 'expressionError']
warning: This document is auto-generated and is meant to be viewed inside our experimental, new docs system. Reach out in #docs-engineering for more info.
---
import expressionErrorObj from './expression_error.devdocs.json';
Adds 'error' renderer to expressions
Contact [Kibana Presentation](https://github.com/orgs/elastic/teams/kibana-presentation) for questions regarding this plugin.
**Code health stats**
| Public API count | Any count | Items lacking comments | Missing exports |
|-------------------|-----------|------------------------|-----------------|
| 17 | 0 | 15 | 2 |
## Client
### Start
<DocDefinitionList data={[expressionErrorObj.client.start]}/>
### Functions
<DocDefinitionList data={expressionErrorObj.client.functions}/>
## Common
### Consts, variables and types
<DocDefinitionList data={expressionErrorObj.common.misc}/>