Skip to content

Protocol

DebuggableError

Debuggable provides an interface that allows a type to be more easily debugged in the case of an error.
protocol DebuggableError : LocalizedError, CustomDebugStringConvertible, CustomStringConvertible

Topics

Instance Properties

Instance Methods

Type Properties

Relationships

Inherits From

  • FoundationEssentials.LocalizedError
  • Swift.CustomDebugStringConvertible
  • Swift.CustomStringConvertible
  • Swift.Error
  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types