Package eu.clarin.sru.client
Class SRUClientDiagnostics
- java.lang.Object
-
- eu.clarin.sru.client.SRUClientDiagnostics
-
public final class SRUClientDiagnostics extends Object
Diagnostics defined by SRU client.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DIAG_NO_RECORD_PARSER
No record parser was found for this record schema.static String
DIAG_RECORD_PARSER_NULL
The record parser erroneously returned a null pointer instead of a record data object.
-
-
-
Field Detail
-
DIAG_RECORD_PARSER_NULL
public static final String DIAG_RECORD_PARSER_NULL
The record parser erroneously returned a null pointer instead of a record data object.- See Also:
- Constant Field Values
-
DIAG_NO_RECORD_PARSER
public static final String DIAG_NO_RECORD_PARSER
No record parser was found for this record schema. The name of the record schema is supplied in the diagnostic's details.- See Also:
- Constant Field Values
-
-