CrashTestError
public enum CrashTestError : Swift.Error, Equatable, Hashable, Foundation.LocalizedError
extension CrashTestError: Sendable
An error that can be returned from Rust code.
-
Declaration
Swift
case ErrorFromTheRustCode(message: String) -
Declaration
Swift
public var errorDescription: String? { get }