github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/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 }