Skip to content

Instance Property

possibleCauses

A String array describing the possible causes of the error.
var possibleCauses: [String] { get }

Discussion

Note

Defaults to an empty array. Provide a custom implementation to give more context.

Default Implementations

DebuggableError Implementations

  • possibleCauses
    A String array describing the possible causes of the error.