Skip to main content

%WebStress.Errors

Class %WebStress.Errors Extends (%Persistent, %XML.Adaptor) [ Inheritance = right, LegacyInstanceContext, Owner = {%Developer}, System = 4 ]

Properties

RunID

Property RunID As %Integer;

TestID

Property TestID As %Integer;

ScriptID

Property ScriptID As %Integer;

Process

Property Process As %String(TRUNCATE = 1);

Session

Property Session As %Integer;

ErrorNumber

Property ErrorNumber As %Integer;

ErrorStatus

Property ErrorStatus As %Integer(DISPLAYLIST = ",OK,Warning,Fatal", VALUELIST = ",0,1,2");

ErrorText

Property ErrorText As %String(MAXLEN = 255, TRUNCATE = 1);

URLNumber

Property URLNumber As %Integer;

URLVerb

Property URLVerb As %String(TRUNCATE = 1);

URLPath

Property URLPath As %String(MAXLEN = 255, TRUNCATE = 1);

SystemIdentifier

Property SystemIdentifier As %String(MAXLEN = 200);

ErrorTS

Property ErrorTS As %TimeStamp [ InitialExpression = {$zdt($horolog,3)} ];