Skip to content

LLamaDecodeError

Namespace: LLama.Exceptions

llama_decode return a non-zero status code

1
public class LLamaDecodeError : RuntimeError, System.Runtime.Serialization.ISerializable

Inheritance ObjectExceptionRuntimeErrorLLamaDecodeError
Implements ISerializable

Properties

ReturnCode

The return status code

1
public DecodeResult ReturnCode { get; }

Property Value

DecodeResult

TargetSite

1
public MethodBase TargetSite { get; }

Property Value

MethodBase

Message

1
public string Message { get; }

Property Value

String

Data

1
public IDictionary Data { get; }

Property Value

IDictionary

InnerException

1
public Exception InnerException { get; }

Property Value

Exception

1
public string HelpLink { get; set; }

Property Value

String

Source

1
public string Source { get; set; }

Property Value

String

HResult

1
public int HResult { get; set; }

Property Value

Int32

StackTrace

1
public string StackTrace { get; }

Property Value

String

Constructors

LLamaDecodeError(DecodeResult)

1
public LLamaDecodeError(DecodeResult returnCode)

Parameters

returnCode DecodeResult