Class ErrorCause
java.lang.Object
co.elastic.clients.elasticsearch._types.ErrorCause
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ErrorCause extends java.lang.Object implements JsonpSerializable
Cause and details about a request failure. This class defines the properties
common to all error types. Additional details are also provided, that depend
on the error type.
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classErrorCause.BuilderBuilder forErrorCause. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ErrorCause>_DESERIALIZERJson deserializer forErrorCause -
Method Summary
Modifier and Type Method Description ErrorCausecausedBy()API name:caused_byjava.util.Map<java.lang.String,JsonData>metadata()Additional details about the errorstatic ErrorCauseof(java.util.function.Function<ErrorCause.Builder,ObjectBuilder<ErrorCause>> fn)java.lang.Stringreason()Required - A human-readable explanation of the error, in englishjava.util.List<ErrorCause>rootCause()API name:root_causevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupErrorCauseDeserializer(ObjectDeserializer<ErrorCause.Builder> op)java.lang.StringstackTrace()The server stack trace.java.util.List<ErrorCause>suppressed()API name:suppressedjava.lang.StringtoString()java.lang.Stringtype()The type of errorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forErrorCause
-
-
Method Details
-
of
public static ErrorCause of(java.util.function.Function<ErrorCause.Builder,ObjectBuilder<ErrorCause>> fn) -
metadata
Additional details about the error -
type
@Nullable public final java.lang.String type()The type of errorAPI name:
type -
reason
public final java.lang.String reason()Required - A human-readable explanation of the error, in englishAPI name:
reason -
stackTrace
@Nullable public final java.lang.String stackTrace()The server stack trace. Present only if theerror_trace=trueparameter was sent with the request.API name:
stack_trace -
causedBy
API name:caused_by -
rootCause
API name:root_cause -
suppressed
API name:suppressed -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupErrorCauseDeserializer
-