blob: 6dcf49d3dd379542c277357b10b96d63565d7925 [file] [log] [blame]
// Copyright 2015 The Chromium 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 MOJO_SERVICES_NETWORK_NETWORK_ERROR_H_
#define MOJO_SERVICES_NETWORK_NETWORK_ERROR_H_
// TODO(toshik): copied from net/base/net_error_list.h
enum {
ERR_INVALID_ARGUMENT = -4,
ERR_UNEXPECTED = -9,
};
#endif /* MOJO_SERVICES_NETWORK_NETWORK_ERROR_H_ */