github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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  }