Implicit to pimp a Scalaz Validation to a version that makes it easy to convert Failure Strings to Failure ProcessingMessages.
Implicit to pimp a Scalaz Validation to a version that makes it easy to convert Failure Strings to Failure ProcessingMessages.
the pimped ValidatableJsonNode
A helper method to convert a String into a ProcessingMessage.
A helper method to convert a String into a ProcessingMessage. Assume that the String is coming from a Validation's Failure, so the LogLevel is ERROR.
The error message or other String for our ProcessingMessage
The log level for this ProcessingMessage. Defaults to ERROR
the generated ProcessingMessage with message and log level set
Makes it easier to work with ProcessingMessages.