github.com/database64128/shadowsocks-go@v1.7.0/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  }