Class ErrorResponse
- Namespace
- OllamaSharp.Models
- Assembly
- OllamaSharp.dll
Ollama server error response message
public class ErrorResponse
- Inheritance
-
ErrorResponse
- Inherited Members
Properties
Message
The error message
[JsonPropertyName("error")]
public string Message { get; set; }