Enum usiagent::error::USIAgentStartupError [−][src]
pub enum USIAgentStartupError<E> where
E: PlayerError, {
MutexLockFailedOtherError(String),
IOError(String),
PlayerError(E),
}Expand description
USIAgent開始時のエラー
Variants
MutexLockFailedOtherError(String)オブジェクトの排他的ロックの獲得に失敗
Tuple Fields of MutexLockFailedOtherError
0: StringIOError(String)入出力時のエラー
Tuple Fields of IOError
0: StringUSIPlayerの実装がエラーを投げた
Trait Implementations
impl<'a, T, E> From<USIAgentStartupError<E>> for USIAgentRunningError<'a, T, E> where
T: Debug + 'a,
E: PlayerError,
impl<'a, T, E> From<USIAgentStartupError<E>> for USIAgentRunningError<'a, T, E> where
T: Debug + 'a,
E: PlayerError,
Performs the conversion.