LoggingError

public enum LoggingError : Swift.Error, Equatable, Hashable, Foundation.LocalizedError
extension LoggingError: Sendable

Undocumented

  • Undocumented

    Declaration

    Swift

    case Ffi(message: String)
  • Declaration

    Swift

    public var errorDescription: String? { get }