Member Junction
Preparing search index...
@memberjunction/integration-test-suite
checks/runquery-catalog.checks
QueryRunOutcome
Interface QueryRunOutcome
The outcome envelope for a catalog run — a throw is DATA here, not an abort.
interface
QueryRunOutcome
{
Error
?:
string
;
Result
?:
RunQueryResult
;
Threw
:
boolean
;
}
Index
Properties
Error?
Result?
Threw
Properties
Optional
Error
Error
?:
string
Optional
Result
Result
?:
RunQueryResult
Threw
Threw
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Error
Result
Threw
Member Junction
Loading...
The outcome envelope for a catalog run — a throw is DATA here, not an abort.