akka.util.ErrorMessages.scala Maven / Gradle / Ivy
/*
* Copyright (C) 2019 Lightbend Inc.
*/
package akka.util
/**
* INTERNAL API
*/
private[akka] object ErrorMessages {
val RemoteDeploymentConfigErrorPrefix = "configuration requested remote deployment"
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy