ForwardReferenceExtendsOverDefinition
Value members
Inherited methods
Does this message have an explanation?
This is normally the same as explain.nonEmpty
but can be overridden
if we need a way to return true
without actually calling the
explain
method.
Does this message have an explanation?
This is normally the same as explain.nonEmpty
but can be overridden
if we need a way to return true
without actually calling the
explain
method.
- Inherited from
- Message
A message is non-sensical if it contains references to <nonsensical> tags. Such tags are inserted by the error diagnostic framework if a message contains references to internally generated error types. Normally we want to suppress error messages referring to types like this because they look weird and are normally follow-up errors to something that was diagnosed before.
A message is non-sensical if it contains references to <nonsensical> tags. Such tags are inserted by the error diagnostic framework if a message contains references to internally generated error types. Normally we want to suppress error messages referring to types like this because they look weird and are normally follow-up errors to something that was diagnosed before.
- Inherited from
- Message
The implicit Context
in messages is a large thing that we don't want
persisted. This method gets around that by duplicating the message,
forcing its msg
and explanation
vals and dropping the implicit context
that was captured in the original message.
The implicit Context
in messages is a large thing that we don't want
persisted. This method gets around that by duplicating the message,
forcing its msg
and explanation
vals and dropping the implicit context
that was captured in the original message.
- Inherited from
- Message
The message with potential embedded <nonsensical> tags
The message with potential embedded <nonsensical> tags
- Inherited from
- Message
Inherited fields
The explanation to report. <nonsensical> tags are filtered out
The explanation to report. <nonsensical> tags are filtered out
- Inherited from
- Message
The message to report. <nonsensical> tags are filtered out
The message to report. <nonsensical> tags are filtered out
- Inherited from
- Message