Enum usiagent::error::KifuWriteError [−][src]
pub enum KifuWriteError {
Fail(String),
InvalidState(String),
SfenStringConvertError(SfenStringConvertError),
IOError(Error),
}Expand description
棋譜書き込み時のエラー
Variants
Fail(String)その他
Tuple Fields of Fail
0: StringInvalidState(String)状態不正
Tuple Fields of InvalidState
0: StringSfenStringConvertError(SfenStringConvertError)sfen文字←→内部表現変換時のエラー
Tuple Fields of SfenStringConvertError
IOError(Error)入出力時のエラー
Tuple Fields of IOError
0: ErrorTrait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.