Interface Errors.ErrorFormatter

  • Enclosing class:
    Errors

    public static interface Errors.ErrorFormatter
    Helper interface to format an error string.

    For example, this interface may be used to alter the code-coding of an error string.

    • Method Detail

      • formatError

        java.lang.String formatError​(java.lang.String errorMessage)