Enum 8350 MCP Config Warning Type in 28
- App
- System Application
- Namespace
- System.MCP
Versions171819202122232425262728latest
Source2829
Source in 28
src/System Application/App/MCP/src/Configuration/Enums/MCPConfigWarningType.Enum.al29 lines, Copyright (c) Microsoft Corporation. MIT
// ------------------------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// ------------------------------------------------------------------------------------------------
namespace System.MCP;
enum 8350 "MCP Config Warning Type" implements "MCP Config Warning"
{
Access = Public;
Extensible = false;
value(0; "Missing Object")
{
Caption = 'Missing Object';
Implementation = "MCP Config Warning" = "MCP Config Missing Object";
}
value(1; "Missing Parent Object")
{
Caption = 'Missing Parent Object';
Implementation = "MCP Config Warning" = "MCP Config Missing Parent";
}
value(2; "Missing Read Tool")
{
Caption = 'Missing Read Tool';
Implementation = "MCP Config Warning" = "MCP Config Missing Read Tool";
}
}
Values, 3
| Id | Name | Obsolete |
|---|---|---|
| 0 | Missing Object | - |
| 1 | Missing Parent Object | - |
| 2 | Missing Read Tool | - |