github.com/franc20/ayesa_sap@v7.0.0-beta.28.0.20200124003224-302d4d52fa6c+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  }