Enum Agent RunResult Validation Error

View as Markdown

Generated from cargo doc --no-deps -p nemo-fabric-core.

pub enum AgentRunResultValidationError {
    FailedWithoutError,
    SucceededWithError,
    InvalidArtifactPath(PathBuf),
}

Invalid relationship or value within an adapter result.

Variants

FailedWithoutError

FailedWithoutError

A failed result omitted its required error.

SucceededWithError

SucceededWithError

A successful result included an error.

InvalidArtifactPath(PathBuf)

InvalidArtifactPath(PathBuf)

An artifact path was blank, absolute, or contained parent traversal.

Trait Implementations

impl Clone for AgentRunResultValidationError

impl Clone for AgentRunResultValidationError

clone

fn clone(&self) -> AgentRunResultValidationError

clone_from

fn clone_from(&mut self, source: &Self)

impl Debug for AgentRunResultValidationError

impl Debug for AgentRunResultValidationError

fmt

fn fmt(&self, f: &mut Formatter<'_>) -> Result

impl Display for AgentRunResultValidationError

impl Display for AgentRunResultValidationError

fmt

fn fmt(&self, __formatter: &mut Formatter<'_>) -> Result

impl Error for AgentRunResultValidationError

impl Error for AgentRunResultValidationError

source

fn source(&self) -> Option<&(dyn Error + 'static)>

description

fn description(&self) -> &str

cause

fn cause(&self) -> Option<&dyn Error>

provide

fn provide<'a>(&'a self, request: &mut Request<'a>)

impl PartialEq for AgentRunResultValidationError

impl PartialEq for AgentRunResultValidationError

eq

fn eq(&self, other: &AgentRunResultValidationError) -> bool

ne

fn ne(&self, other: &Rhs) -> bool

impl Eq for AgentRunResultValidationError

impl Eq for AgentRunResultValidationError

impl StructuralPartialEq for AgentRunResultValidationError

impl StructuralPartialEq for AgentRunResultValidationError