github.com/willmadison/cli@v6.40.1-0.20181018160101-29d5937903ff+incompatible/api/cloudcontroller/ccerror/v3_error.go (about) 1 package ccerror 2 3 // V3Error represents a cloud controller error. 4 type V3Error struct { 5 Code int `json:"code"` 6 Detail string `json:"detail"` 7 Title string `json:"title"` 8 }