Class NotIndexedException
- Namespace
- DisCatSharp.Exceptions
- Assembly
- DisCatSharp.dll
Represents an exception thrown when an elastisearch endpoint isn't finished with indexing yet.
public sealed class NotIndexedException : Exception, ISerializable
- Inheritance
-
NotIndexedException
- Implements
- Inherited Members
Properties
- Code
Gets the error code for this exception.
- DocumentsIndexed
Gets the indexed documents count.
- JsonMessage
Gets the json message.
- RetryAfter
Gets when to retry the request.
- WebResponse
Gets the response to the request.