CreateAttendeeError class
The list of errors returned when errors are encountered during the BatchCreateAttendee and CreateAttendee actions. This includes external user IDs, error codes, and error messages.
Constructors
- CreateAttendeeError({String? errorCode, String? errorMessage, String? externalUserId})
-
CreateAttendeeError.fromJson(Map<
String, dynamic> json) -
factory
Properties
- errorCode → String?
-
The error code.
final
- errorMessage → String?
-
The error message.
final
- externalUserId → String?
-
The Amazon Chime SDK external user ID. An idempotency token. Links the
attendee to an identity managed by a builder application. If you create an
attendee with the same external user id, the service returns the existing
record.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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