MessageFailureInfo class

KO: 메시지 전송 실패 정보
EN: Failure information for sending a message

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

code → int
KO: 에러 코드
EN: Error code
final
hashCode → int
The hash code for this object.
no setterinherited
msg → String
KO: 에러 메시지
EN: Error message
final
receiverUuids → List<String>
KO: 메시지 전송에 실패한 수신자 UUID 목록
EN: Receiver UUIDs that failed to send the message
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

Operators

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