TF-1190 Handle SetError when send message
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
|
||||
class NotFoundOutboxMailboxException implements Exception {
|
||||
NotFoundOutboxMailboxException();
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
import 'package:jmap_dart_client/jmap/core/error/set_error.dart';
|
||||
import 'package:jmap_dart_client/jmap/core/id.dart';
|
||||
|
||||
class SetEmailMethodException implements Exception {
|
||||
|
||||
final Map<Id, SetError> mapErrors;
|
||||
|
||||
SetEmailMethodException(this.mapErrors);
|
||||
}
|
||||
Reference in New Issue
Block a user