Module erg_common::error

source ·
Expand description

provides common components for error handling.

エラー処理に関する汎用的なコンポーネントを提供する

Structs

In Erg, common parts used by error. Must be wrap when to use.

Enums

This includes not only Error but also Warning, Exception Numbering of this is not specifically related to ErrFmt.errno().
Points the location (of an error) in a code. The beginning and end of each row and column where the error occurred. Basically, the beginning and end of each row and column where the error occurred is kept.

Traits