Expand description
Error handling utilities for the tinymist
crate.
Modules§
- The error prelude.
Structs§
- https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#diagnostic The
owner
andsource
fields are not included in the struct, but they could be added toErrorImpl::arguments
. - This type represents all possible errors that can occur in typst.ts
- The internal error implementation.
Enums§
- The severity of a diagnostic message, following the LSP specification.
- ALl kind of errors that can occur in the
tinymist
crate.
Traits§
- A trait to convert an error kind into an error kind.
- A trait to add context to a result.
- A trait to add context to a result.
- A trait to add context to a result without a specific error type.
Type Aliases§
- The result type used in the
tinymist
crate.