FailureMessages

Default messages for DecodeResult.Failure s.

class Object
trait Matchable
class Any

Value members

Concrete methods

def combineSourceAndDetail(source: String, detail: Option[String]): String
def failureDetailMessage(failure: Failure): Option[String]

Default message describing the source of a decode failure, alongside with optional validation/decode failure details.

Default message describing the source of a decode failure, alongside with optional validation/decode failure details.

@tailrec
def failureSourceMessage(input: EndpointInput[_]): String

Describes the source of the failure: in which part of the request did the failure occur.

Describes the source of the failure: in which part of the request did the failure occur.