blob: 9bfaef0d5e0385ceeba7f698798acaa525507d5c [file] [log] [blame]
Vitaly Buka4615e0d2015-10-14 15:35:12 -07001// Copyright 2015 The Weave Authors. All rights reserved.
Vitaly Bukaea2f15f2015-08-13 15:26:20 -07002// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
Stefan Sauer2d16dfa2015-09-25 17:08:35 +02005#include "src/json_error_codes.h"
Vitaly Bukaea2f15f2015-08-13 15:26:20 -07006
7namespace weave {
8namespace errors {
9
10namespace json {
11const char kDomain[] = "json_parser";
12const char kParseError[] = "json_parse_error";
13const char kObjectExpected[] = "json_object_expected";
14} // namespace json
15
16} // namespace errors
17} // namespace weave