Cause

public enum Cause : Error, CustomStringConvertible

Models the reason of a carbon error.

  • Could not open Carbon web view with the current configuration.

    Declaration

    Swift

    case notFound
  • Could not take a snapshot.

    Declaration

    Swift

    case invalidSnapshot
  • Declaration

    Swift

    public var description: String { get }