Package dev.cel.common.internal
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
formatError(java.lang.String errorMessage)
-