blob: 647c0bad33dd49921d9d53374cd7c56642440f28 [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 {
Vitaly Bukaea2f15f2015-08-13 15:26:20 -070011const char kParseError[] = "json_parse_error";
12const char kObjectExpected[] = "json_object_expected";
13} // namespace json
14
15} // namespace errors
16} // namespace weave