Package io.quarkus.qute
Interface ErrorCode
- All Known Implementing Classes:
ParserError
public interface ErrorCode
Represents a unique error code.
- See Also:
-
Method Summary
-
Method Details
-
getName
String getName()Implementations are encouraged to use a prefix for a group of related problems, i.e. the parser error codes start withPARSER_.- Returns:
- the unique name
-