Namespace: LLama.Exceptions
llama_decode return a non-zero status code
public class LLamaDecodeError : RuntimeError, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → RuntimeError → LLamaDecodeError
Implements ISerializable
The return status code
public DecodeResult ReturnCode { get; }
public MethodBase TargetSite { get; }
public string Message { get; }
public IDictionary Data { get; }
public Exception InnerException { get; }
public string HelpLink { get; set; }
public string Source { get; set; }
public int HResult { get; set; }
public string StackTrace { get; }
public LLamaDecodeError(DecodeResult returnCode)
returnCode DecodeResult