const classafSass4f::SassCompilationErr
sys::Obj sys::Err afSass4f::SassCompilationErr
Thrown when Sass compilation fails.
- column
const Int columnColumn number of the input that caused the compilation error.
- fileName
const Str fileNameName of the input file that caused issues.
- json
const Str jsonJSON representation of the error message.
- line
const Int lineLine number of the input that caused the compilation error.
- make
new make(Int status, Str msg, Str filename, Int line, Int column, Str json)- status
const Int statusNumeric status code as returned by the libsass compiler.