blob: bac55e9857e835a054f495868bbcc472bd98fa52 [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.
type Error = strict enum {
GENERAL_ERROR = 1;
};