MessageFailureInfo class
KO: 메시지 전송 실패 정보
EN: Failure information for sending a message
- Annotations
-
- @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)
Properties
- code → int
-
KO: 에러 코드
EN: Error codefinal - hashCode → int
-
The hash code for this object.
no setterinherited
- msg → String
-
KO: 에러 메시지
EN: Error messagefinal -
receiverUuids
→ List<
String> -
KO: 메시지 전송에 실패한 수신자 UUID 목록
EN: Receiver UUIDs that failed to send the messagefinal - 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
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited