// Copyright 2015 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 "leaderd/errors.h" | |
namespace leaderd { | |
namespace errors { | |
const char kDomain[] = "leaderd"; | |
const char kBadGroupName[] = "bad_group_name"; | |
const char kBadOptions[] = "bad_options"; | |
const char kCannotPokeNow[] = "cannot_poke_leader"; | |
} // namespace errors | |
} // namespace leaderd |