Package org.opensearch
Class OpenSearchException.OpenSearchExceptionHandle
java.lang.Object
org.opensearch.OpenSearchException.OpenSearchExceptionHandle
- Enclosing class:
OpenSearchException
This is the list of Exceptions OpenSearch can throw over the wire or save into a corruption marker. Each value in the enum is a
single exception tying the Class to an id for use of the encode side and the id back to a constructor for use on the decode side. As
such its ok if the exceptions to change names so long as their constructor can still read the exception. Each exception is listed
in id order. If you want to remove an exception leave a tombstone comment and mark the id as null in
ExceptionSerializationTests.testIds.ids.
- Opensearch.internal:
-
Method Summary