github.com/ablease/cli@v6.37.1-0.20180613014814-3adbb7d7fb19+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 }