AckMessage interface
The ack message
- Extends
Properties
| ack |
The correspending id |
| error | The error detail. Only available when success is false |
| kind | Message type |
| success | Is operation success or not |
Property Details
ackId
The correspending id
ackId: number
Property Value
number
error
The error detail. Only available when success is false
error?: AckMessageError
Property Value
kind
Message type
kind: "ack"
Property Value
"ack"
success
Is operation success or not
success: boolean
Property Value
boolean