Header menu logo Nao

LoadError Type

Errors that can occur during definition loading

Union cases

Union case Description

AssemblyLoadError(path, message)

Full Usage: AssemblyLoadError(path, message)

Parameters:
    path : string
    message : string

.NET assembly could not be loaded or reflected

path : string
message : string

FileNotFound path

Full Usage: FileNotFound path

Parameters:
    path : string

File path does not exist

path : string

MissingReference(kind, name)

Full Usage: MissingReference(kind, name)

Parameters:
    kind : string
    name : string

A referenced agent, tool, or evaluator was not found

kind : string
name : string

ParseError(source, message)

Full Usage: ParseError(source, message)

Parameters:
    source : string
    message : string

JSON or configuration parsing failed

source : string
message : string

ValidationError(source, message)

Full Usage: ValidationError(source, message)

Parameters:
    source : string
    message : string

Definition is syntactically valid but semantically invalid

source : string
message : string

Instance members

Instance member Description

this.IsAssemblyLoadError

Full Usage: this.IsAssemblyLoadError

Returns: bool
Returns: bool

this.IsFileNotFound

Full Usage: this.IsFileNotFound

Returns: bool
Returns: bool

this.IsMissingReference

Full Usage: this.IsMissingReference

Returns: bool
Returns: bool

this.IsParseError

Full Usage: this.IsParseError

Returns: bool
Returns: bool

this.IsValidationError

Full Usage: this.IsValidationError

Returns: bool
Returns: bool

Type something to start searching.