blob: 46b21619f6aa2f6c12777722ca71ce5a245e4609 [file] [log] [blame]
// Copyright 2014 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "privetd/constants.h"
namespace privetd {
namespace errors {
const char kPrivetdErrorDomain[] = "privetd";
const char kInvalidClientCommitment[] = "invalid_client_commitment";
} // namespace errors
} // namespace privetd