Loading index... Failed to load index No matches
Skip to main content
Swift Sass v3.0.0
(100% documented)
Open on GitHub Open in Dash
  1. Index
  2. Errors
  3. DartSass.LifecycleError
  • Sass Compilation
    • Compiler
    • Syntax
    • CssStyle
    • SourceMapStyle
    • CompilerMessageStyle
    • CompilerWarningLevel
    • Deprecation
      • ID
    • DeprecationControl
    • CompilerResults
      • URLStyle
    • CompilerMessage
      • Kind
    • CompilerError
    • Span
      • Location
  • Custom Importers
    • Dart Sass
      • Importer
      • ImporterResults
      • ImporterContext
      • FilesystemImporter
      • ImportResolver
  • Custom Functions
    • SassFunction
    • SassFunctionSignature
    • SassFunctionMap
  • SassScript
    • SassValue
    • SassString
    • SassNumber
    • SassColor
      • Space
    • SassConstants
    • SassList
      • Separator
    • SassArgumentList
    • SassMap
    • SassCalculation
      • Kind
      • Operator
      • Value
    • SassMixin
    • SassCompilerFunction
    • SassDynamicFunction
    • SassValueVisitor
    • SassNull
    • SassBool
  • Errors
    • ProtocolError
    • LifecycleError
    • SassFunctionError

LifecycleError

Swift
public struct LifecycleError: Error, CustomStringConvertible

Thrown on detecting a usage error of the Compiler API, for example trying to use it after shutdown.

Show on GitHub

Topics

var description: String

var description: String

Text explaining the lifecycle error.

Declaration
Swift
public let description: String
Show on GitHub
« ProtocolError « ProtocolError
SassFunctionError » SassFunctionError »
Topics
  • Declaration
Actions
  • Search (/)
  • Open all (a) Close all (a)

Distributed under the MIT license. Maintained by John Fairhurst.

Generated by Bebop v1.12.0 using the FW2020 theme, based on technology from jazzy ♪♫.