LoadError Type
Errors that can occur during definition loading
Union cases
| Union case |
Description
|
Full Usage:
AssemblyLoadError(path, message)
Parameters:
string
message : string
|
.NET assembly could not be loaded or reflected
|
Full Usage:
FileNotFound path
Parameters:
string
|
File path does not exist
|
Full Usage:
MissingReference(kind, name)
Parameters:
string
name : string
|
A referenced agent, tool, or evaluator was not found
|
Full Usage:
ParseError(source, message)
Parameters:
string
message : string
|
JSON or configuration parsing failed
|
Full Usage:
ValidationError(source, message)
Parameters:
string
message : string
|
Definition is syntactically valid but semantically invalid
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAssemblyLoadError
Returns: bool
|
|
Full Usage:
this.IsFileNotFound
Returns: bool
|
|
Full Usage:
this.IsMissingReference
Returns: bool
|
|
Full Usage:
this.IsParseError
Returns: bool
|
|
Full Usage:
this.IsValidationError
Returns: bool
|
|
Nao