Module erg_common::error

source ·
Expand description

provides common components for error handling.

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

Structs

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