Skip to main content

HS.REST.Storage.ErrorLevel

persistent class HS.REST.Storage.ErrorLevel extends %Library.Persistent

SQL Table Name: HS_REST_Storage.ErrorLevel

Keeps track of error level for REST APIs per web app.

Property Inventory

Parameters

parameter DEFAULTGLOBAL = ^|"HSSYS"|HS.REST.ErrorLevel;
Ensure storage is in HSSYS since want all records for the instance in one place

Properties

property ErrorLevel as HS.REST.DataType.ErrorLevel [ InitialExpression = $$$ErrorVerbosityLvlMinimal , Required ];
Corresponding error level for web app.
Property methods: ErrorLevelDisplayToLogical(), ErrorLevelGet(), ErrorLevelGetStored(), ErrorLevelIsValid(), ErrorLevelLogicalToDisplay(), ErrorLevelNormalize(), ErrorLevelSet()
property WebAppName as HS.HC.DataType.WebAppName [ Required ];
Name of web application.
Property methods: WebAppNameDisplayToLogical(), WebAppNameGet(), WebAppNameGetStored(), WebAppNameIsValid(), WebAppNameLogicalToDisplay(), WebAppNameLogicalToOdbc(), WebAppNameNormalize(), WebAppNameSet()

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (WebAppNameIdx on WebAppName) [Unique];
Index methods: WebAppNameIdxCheck(), WebAppNameIdxCheckUnique(), WebAppNameIdxDelete(), WebAppNameIdxExists(), WebAppNameIdxOpen(), WebAppNameIdxSQLCheckUnique(), WebAppNameIdxSQLExists(), WebAppNameIdxSQLFindPKeyByConstraint(), WebAppNameIdxSQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (HS.REST.Storage.ErrorLevel)

^|"HSSYS"|HS.REST.ErrorLevelD(ID)
=
%%CLASSNAME
WebAppName
ErrorLevel
FeedbackOpens in a new tab