Enum 1380 Error Handling Options, source in 29
Source29
src/Layers/W1/BaseApp/Modules/System/ErrorMessage/ErrorHandlingOptions.Enum.al16 lines, Copyright (c) Microsoft Corporation. MIT
namespace Microsoft.Utilities;
enum 1380 "Error Handling Options"
{
Extensible = true;
value(0; "Do nothing")
{
}
value(1; "Show Notification")
{
}
value(2; "Show Error")
{
}
}