errorExamples

harness.endpoint.spec.errorExamples
final case class errorExamples[A](ex0: A, exN: A*) extends Annotation

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def toNel: NonEmptyList[A]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product