Class SRUClientDiagnostics


  • public final class SRUClientDiagnostics
    extends Object
    Diagnostics defined by SRU client.
    • 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