MlsTransportError
public enum MlsTransportError : Swift.Error
extension MlsTransportError: Equatable, Hashable
extension MlsTransportError: Foundation.LocalizedError
Errors returned by MLS transport callbacks exposed through FFI.
-
The delivery service rejected the outgoing MLS message.
Declaration
Swift
case MessageRejected( /** * The reason this message was rejected. */reason: String ) -
Declaration
Swift
public var errorDescription: String? { get }