SharedCompileTimeMessages

zio.temporal.internal.SharedCompileTimeMessages$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case class TemporalMethodParameterIssue(name: String, issue: String)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Value members

Concrete methods

def defaultArgumentsNotSupported(names: List[String]): String
def expectedSimpleMethodInvocation(treeCls: Class[_], tree: String): String
def isNotConcreteClass(tpe: String): String
def methodNotFound(instanceTpe: String, methodName: String, errorDetails: String): String
def notActivity(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 usingNonStubOf(stubType: String, method: String, tpe: String): String