FlowGuard API - v1.2.0-rc.2
Preparing search index...
flowguard
ErrorDetail
Interface ErrorDetail
Detail payload for error events.
interface
ErrorDetail
{
kind
:
"error"
;
code
:
string
;
message
:
string
;
recoveryHint
:
string
;
errorPhase
:
|
"READY"
|
"TICKET"
|
"PLAN"
|
"PLAN_REVIEW"
|
"VALIDATION"
|
"IMPLEMENTATION"
|
"IMPL_REVIEW"
|
"EVIDENCE_REVIEW"
|
"COMPLETE"
|
"ARCHITECTURE"
|
"ARCH_REVIEW"
|
"ARCH_COMPLETE"
|
"REVIEW"
|
"REVIEW_COMPLETE"
;
}
Index
Properties
kind
code
message
recovery
Hint
error
Phase
Properties
kind
kind
:
"error"
code
code
:
string
message
message
:
string
recovery
Hint
recoveryHint
:
string
error
Phase
errorPhase
:
|
"READY"
|
"TICKET"
|
"PLAN"
|
"PLAN_REVIEW"
|
"VALIDATION"
|
"IMPLEMENTATION"
|
"IMPL_REVIEW"
|
"EVIDENCE_REVIEW"
|
"COMPLETE"
|
"ARCHITECTURE"
|
"ARCH_REVIEW"
|
"ARCH_COMPLETE"
|
"REVIEW"
|
"REVIEW_COMPLETE"
The phase where the error occurred.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
code
message
recovery
Hint
error
Phase
FlowGuard API - v1.2.0-rc.2
Loading...
Detail payload for error events.