blob: 31b779fc584ec6d5f3db56030fe4906b97fd76bf [file] [log] [blame]
// Copyright 2022 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.
package constants
const (
// General ffx error.
CommandFailedMsg = "FFX command failed"
TimeoutReachingTargetMsg = "Timeout attempting to reach target"
)