github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/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  }