| // 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. | |
| package constants | |
| const ( | |
| // FailedToReconnectMsg is logged attempting to reconnect to SSH after an error fails. | |
| FailedToReconnectMsg = "failed to reconnect over SSH" | |
| // FailedToRunSnapshotMsg is logged if testrunner fails to run snapshot over ssh. | |
| FailedToRunSnapshotMsg = "failed to run snapshot over ssh" | |
| ) |