PutRecordBatchResponseEntry class
Contains the result for an individual record from a PutRecordBatch request. If the record is successfully added to your delivery stream, it receives a record ID. If the record fails to be added to your delivery stream, the result includes an error code and an error message.
Constructors
- PutRecordBatchResponseEntry({String? errorCode, String? errorMessage, String? recordId})
-
PutRecordBatchResponseEntry.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → String?
-
The error code for an individual record result.
final
- errorMessage → String?
-
The error message for an individual record result.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- recordId → String?
-
The ID of the record.
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