HasBindings

io.github.iltotore.iron.macros.ReflectUtil.DecodingFailure.HasBindings
final case class HasBindings(defFailures: List[(String, DecodingFailure)])

The term could not be fully inlined because it has runtime bindings/depends on runtime definitions.

Value parameters

defFailures

the definitions that the decoder failed to evaluate at compile-time

Attributes

Source
ReflectUtil.scala

Members list

Value members

Inherited methods

def prettyPrint(bodyIdent: Int, firstLineIdent: Int)(using _quotes.reflect.Printer[_quotes.reflect.Tree]): String

Pretty print this failure.

Pretty print this failure.

Value parameters

bodyIdent

the identation of the 2nd+ lines

firstLineIdent

the identation of the first line

Attributes

Returns

a pretty-formatted String representation of this failure

Inherited from:
DecodingFailure
Source
ReflectUtil.scala
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product