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: String
InvalidState(String)
状態不正
Tuple Fields of InvalidState
0: String
SfenStringConvertError(SfenStringConvertError)
sfen文字←→内部表現変換時のエラー
Tuple Fields of SfenStringConvertError
IOError(Error)
入出力時のエラー
Tuple Fields of IOError
0: Error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.