...

Source file src/github.com/redhat-developer/odo/pkg/api/error.go

Documentation: github.com/redhat-developer/odo/pkg/api

     1  package api
     2  
     3  // GenericError for machine readable output error messages
     4  type GenericError struct {
     5  	Message string `json:"message"`
     6  }
     7  

View as plain text