Module errors

Source
Expand description

This crate provides all error types used in compiler-base-error.

Structs§

ComponentFormatError
ComponentFormatError will be return when Component formatting exception occurs. For more information about Component, see doc in ‘compiler_base/error/src/diagnostic/mod.rs’ and ‘compiler_base/error/src/diagnostic/components.rs’.

Enums§

ComponentError
ComponentError is a collection of errors in Component. For more information about Component, see doc in ‘compiler_base/error/src/diagnostic/mod.rs’ and ‘compiler_base/error/src/diagnostic/components.rs’.