Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%WebStress] >  [Errors]
Private  Storage   

persistent class %WebStress.Errors extends %Persistent, %XML.Adaptor

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
13 1 1


Summary

Properties
ErrorNumber ErrorStatus ErrorTS ErrorText
Process RunID ScriptID Session
SystemIdentifier TestID URLNumber URLPath
URLVerb

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable XMLDTD
XMLExport XMLExportToStream XMLExportToString XMLNew
XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property ErrorNumber as %Integer;
• property ErrorStatus as %Integer(DISPLAYLIST=",OK,Warning,Fatal",VALUELIST=",0,1,2");
• property ErrorTS as %TimeStamp [ InitialExpression = $zdt($horolog,3) ];
• property ErrorText as %String(MAXLEN=255,TRUNCATE=1);
• property Process as %String(TRUNCATE=1);
• property RunID as %Integer;
• property ScriptID as %Integer;
• property Session as %Integer;
• property SystemIdentifier as %String(MAXLEN=200);
• property TestID as %Integer;
• property URLNumber as %Integer;
• property URLPath as %String(MAXLEN=255,TRUNCATE=1);
• property URLVerb as %String(TRUNCATE=1);

Queries

• query ShowAll()
SQL Query :
SELECT ID,ErrorStatus,ErrorText,Process,RunID,ScriptID,SystemIdentifier,TestID,URLNumber,URLPath,URLVerb,ErrorTS FROM Errors

Indices

•index (Main on TestID,RunID,ScriptID,SystemIdentifier,ErrorStatus,ErrorNumber) [IdKey,PrimaryKey,Unique];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.