DataError
open class DataError : ErrorBase, @unchecked Sendable
Abstract base class for data exceptions.
-
Can the
messageproperty be safely delivered to untrusted clients.Declaration
Swift
final public var safeMessage: Bool -
Default initializer.
Declaration
Swift
override public init() -
Mark this exception as having a message, that can be safely delivered to untrusted clients.
Declaration
Swift
open func safe() -> DataErrorReturn Value
This exception.