Package io.github.qishr.cascara.common.diagnostic.code
Interface DiagnosticCode
java.lang.Object
io.github.qishr.cascara.common.diagnostic.code.DiagnosticCode
All Known Implementing Classes:
FileDiagnosticCode, HttpDiagnosticCode, LangDiagnosticCode, GenericDiagnosticCode, DnsDiagnosticCode, InetDiagnosticCode, ServiceDiagnosticCode, ContentTypeDiagnosticCode, SchemaDiagnosticCode, YamlDiagnosticCode, UiDiagnosticCode
public interface DiagnosticCode
Method Summary
| Modifier and Type | Method | Description |
|---|---|---|
| public abstract String | getCode() | |
| public abstract String | getMessage() |
Method Details
getCode
public abstract String getCode()
getMessage
public abstract String getMessage()