blob: ccaec56d60dfc9dcff0ced776ef4b9b4f54cac74 [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Types which are useful across multiple location libraries.
library fuchsia.location;
/// Describes possible errors.
enum Error {
GENERAL_ERROR = 1;
};