Skip to content

Structure

ErrorSource

A source-code location.
struct ErrorSource

Topics

Initializers

Instance Properties

  • column
    Number of characters into the line this location starts at.
  • file
    File in which this location exists.
  • function
    Function in which this location exists.
  • line
    Line number this location belongs to.
  • range
    Optional start/end range of the source.

Type Methods

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype