github.com/database64128/shadowsocks-go@v1.10.2-0.20240315062903-143a773533f1/api/v1/errors.go (about) 1 package v1 2 3 // StandardError is the standard error response. 4 type StandardError struct { 5 Message string `json:"error"` 6 }