mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
148 lines
No EOL
4 KiB
JSON
148 lines
No EOL
4 KiB
JSON
{
|
|
"id": "@kbn/es-errors",
|
|
"client": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
},
|
|
"server": {
|
|
"classes": [],
|
|
"functions": [
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.isResponseError",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isResponseError",
|
|
"description": [
|
|
"\nChecks if the provided `error` is an {@link errors.ResponseError | elasticsearch response error}"
|
|
],
|
|
"signature": [
|
|
"(error: unknown) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-errors/src/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.isResponseError.$1",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "packages/kbn-es-errors/src/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
},
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.isUnauthorizedError",
|
|
"type": "Function",
|
|
"tags": [],
|
|
"label": "isUnauthorizedError",
|
|
"description": [
|
|
"\nChecks if the provided `error` is an {@link UnauthorizedError | elasticsearch unauthorized error}"
|
|
],
|
|
"signature": [
|
|
"(error: unknown) => boolean"
|
|
],
|
|
"path": "packages/kbn-es-errors/src/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.isUnauthorizedError.$1",
|
|
"type": "Unknown",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"unknown"
|
|
],
|
|
"path": "packages/kbn-es-errors/src/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"isRequired": true
|
|
}
|
|
],
|
|
"returnComment": [],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"interfaces": [
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.ElasticsearchErrorDetails",
|
|
"type": "Interface",
|
|
"tags": [],
|
|
"label": "ElasticsearchErrorDetails",
|
|
"description": [
|
|
"\nDetail information about an elasticsearch error."
|
|
],
|
|
"path": "packages/kbn-es-errors/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"children": [
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.ElasticsearchErrorDetails.error",
|
|
"type": "Object",
|
|
"tags": [],
|
|
"label": "error",
|
|
"description": [],
|
|
"signature": [
|
|
"{ type: string; reason?: string | undefined; } | undefined"
|
|
],
|
|
"path": "packages/kbn-es-errors/src/types.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false
|
|
}
|
|
],
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"enums": [],
|
|
"misc": [
|
|
{
|
|
"parentPluginId": "@kbn/es-errors",
|
|
"id": "def-server.UnauthorizedError",
|
|
"type": "Type",
|
|
"tags": [],
|
|
"label": "UnauthorizedError",
|
|
"description": [
|
|
"\nAn unauthorized (401) error returned by elasticsearch"
|
|
],
|
|
"signature": [
|
|
"ResponseError",
|
|
" & { statusCode: 401; }"
|
|
],
|
|
"path": "packages/kbn-es-errors/src/errors.ts",
|
|
"deprecated": false,
|
|
"trackAdoption": false,
|
|
"initialIsOpen": false
|
|
}
|
|
],
|
|
"objects": []
|
|
},
|
|
"common": {
|
|
"classes": [],
|
|
"functions": [],
|
|
"interfaces": [],
|
|
"enums": [],
|
|
"misc": [],
|
|
"objects": []
|
|
}
|
|
} |