Interface ErrorResponseTransformStrategy

    • Method Detail

      • getErrorMessageTransformFunction

        @NotNull
        @NotNull Function<String,​String> getErrorMessageTransformFunction()
        Return a function for checking and transforming the error message if needed. Function can return null if error message needs to be omitted or return String to be use instead.