github.com/hupe1980/go-huggingface@v0.0.15/error.go (about) 1 package huggingface 2 3 type ErrorResponse struct { 4 Error string `json:"error"` 5 }