@guardrails-ai/core / Exports / Outputs / FailResult
Outputs.FailResult
• new FailResult(errorMessage
, fixValue
): FailResult
Name | Type |
---|---|
errorMessage |
string |
fixValue |
any |
• errorMessage: string
• fixValue: any
• outcome: string
= 'fail'
▸ fromPyFailResult(pyFailResult
): Promise
<FailResult
>
Name | Type |
---|---|
pyFailResult |
any |
Promise
<FailResult
>