SharedCompileTimeMessages

zio.temporal.internal.SharedCompileTimeMessages$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def defaultArgumentsNotSupported(names: List[String]): String
def expectedSimpleMethodInvocation(treeCls: Class[_], tree: String): String
def isNotConcreteClass(tpe: String): String
def methodArgumentsMismatch(name: String, expected: String, argumentNo: Int, actual: String, actualTpe: String): String
def methodNotFound(instanceTpe: String, methodName: String, errorDetails: String): String
def notActivity(what: String): String
def notFound(what: String): String
def notQueryMethod(what: String): String
def notSignalMethod(what: String): String
def notWorkflow(what: String): String
def notWorkflowMethod(what: String): String
def shouldHavePublicNullaryConstructor(tpe: String): String
def unexpectedLibraryError(details: String): String
def zsignalBuildNotExtracted(treeCls: Class[_], tree: String): String