Expand description

provides common components for error handling.

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

Structs

Erg内で使われるエラーの共通部分 使用する場合は必ずwrapすること

Enums

ErrorKindと言っているが、ErrorだけでなくWarning, Exceptionも含まれる Numbering of this is not specifically related to ErrFmt.errno().
points the location (of an error) in a code

Constants

Traits