Properly prepare, await and hand response for sync message send
This commit is contained in:
parent
89d29b49a3
commit
5c0fcad6b1
3 changed files with 44 additions and 19 deletions
|
@ -14,6 +14,7 @@ import {
|
|||
CallbackResultType,
|
||||
SendMetadataType,
|
||||
SendOptionsType,
|
||||
CustomError,
|
||||
} from './SendMessage';
|
||||
import {
|
||||
OutgoingIdentityKeyError,
|
||||
|
@ -44,7 +45,7 @@ export default class OutgoingMessage {
|
|||
|
||||
identifiersCompleted: number;
|
||||
|
||||
errors: Array<unknown>;
|
||||
errors: Array<CustomError>;
|
||||
|
||||
successfulIdentifiers: Array<unknown>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue