BatchPutDocumentResponseFailedDocument class

Provides information about a document that could not be indexed.

Constructors

BatchPutDocumentResponseFailedDocument({ErrorCode? errorCode, String? errorMessage, String? id})
BatchPutDocumentResponseFailedDocument.fromJson(Map<String, dynamic> json)
factory

Properties

errorCode ErrorCode?
The type of error that caused the document to fail to be indexed.
final
errorMessage String?
A description of the reason why the document could not be indexed.
final
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier of the document.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited