github.com/orange-cloudfoundry/cli@v7.1.0+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  }