blob: 15f9d9441dec2d968cf72996e6dc5c2f6cd35d94 [file]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
module attribution_reporting.mojom;
// Represents error from OS registration header validation.
enum OsRegistrationError {
kInvalidList,
};