Class DataStream.TimestampError

All Implemented Interfaces:
Serializable
Enclosing class:
DataStream

public static class DataStream.TimestampError extends IllegalArgumentException
This is a specialised error to capture that a document does not have a valid timestamp to index a document. It is mainly applicable for TSDS data streams because they need the timestamp to determine the write index.
See Also:
  • Constructor Details

    • TimestampError

      public TimestampError(String message, Exception cause)
    • TimestampError

      public TimestampError(String message)