Skip to content

Enumeration

SiblingsPropertyError

An error describing a failure during an an operation on an SiblingsProperty.
enum SiblingsPropertyError

Overview

Note

This should just be another case on FluentError, not a separate error type, but at the time of this writing, non-frozen enums are still not available to non-stdlib packages, so to avoid source breakage we chose this as the least annoying of the several annoying workarounds.

Topics

Enumeration Cases

Instance Properties

Relationships

Conforms To

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