Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
NativeValidationCheckResult
Interface NativeValidationCheckResult
interface
NativeValidationCheckResult
{
callId
:
string
|
null
;
exitCode
:
number
|
null
;
id
:
string
;
outputEventId
:
string
|
null
;
reason
:
string
|
null
;
status
:
"passed"
|
"failed"
|
"unavailable"
|
"pending"
;
timedOut
:
boolean
;
title
:
string
;
}
Index
Properties
call
Id
exit
Code
id
output
Event
Id
reason
status
timed
Out
title
Properties
Readonly
call
Id
callId
:
string
|
null
Readonly
exit
Code
exitCode
:
number
|
null
Readonly
id
id
:
string
Readonly
output
Event
Id
outputEventId
:
string
|
null
Readonly
reason
reason
:
string
|
null
Readonly
status
status
:
"passed"
|
"failed"
|
"unavailable"
|
"pending"
Readonly
timed
Out
timedOut
:
boolean
Readonly
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
Id
exit
Code
id
output
Event
Id
reason
status
timed
Out
title
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...