// 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. | |
#ifndef LEADERD_ERRORS_H_ | |
#define LEADERD_ERRORS_H_ | |
namespace leaderd { | |
namespace errors { | |
extern const char kDomain[]; | |
extern const char kBadGroupName[]; | |
extern const char kBadOptions[]; | |
extern const char kCannotPokeNow[]; | |
} // namespace errors | |
} // namespace leaderd | |
#endif // LEADERD_ERRORS_H_ |