github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/api/cloudcontroller/ccerror/role_already_exists_error.go (about)

     1  package ccerror
     2  
     3  // RoleAlreadyExistsError is returned when a role with the same type, user,
     4  // and org or space already exists in the Cloud Controller.
     5  type RoleAlreadyExistsError struct {
     6  	UnprocessableEntityError
     7  }