Expand description
provides common components for error handling.
エラー処理に関する汎用的なコンポーネントを提供する
Structs§
- Error
Core - In Erg, common parts used by error. Must be wrap when to use.
- SubMessage
Enums§
- Error
Kind - This includes not only Error but also Warning, Exception Numbering of this is not specifically related to ErrFmt.errno().
- Location
- 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.