AM Daemon ライブラリリファレンス
名前空間 | 列挙型 | 関数
AimeErrorId.h ファイル

Aime内部エラーID列挙 AimeErrorId のヘッダ。 [詳解]

#include "amdaemon/env.h"
#include "amdaemon/AimeErrorCategory.h"
+ AimeErrorId.h の依存先関係図:

[ソースコード]

名前空間

 amdaemon
 AM Daemon ライブラリクラス群の基底名前空間。
 

列挙型

enum  amdaemon::AimeErrorId {
  amdaemon::AimeErrorId::None,
  amdaemon::AimeErrorId::ReaderSetupFail,
  amdaemon::AimeErrorId::ReaderFirmFileInvalid,
  amdaemon::AimeErrorId::ReaderFirmUpToDate,
  amdaemon::AimeErrorId::ReaderAccessFail,
  amdaemon::AimeErrorId::ReaderTimeout,
  amdaemon::AimeErrorId::ReaderIncompatible,
  amdaemon::AimeErrorId::ReaderTwoOrMore,
  amdaemon::AimeErrorId::DBResolveFail,
  amdaemon::AimeErrorId::DBAccessTimeout,
  amdaemon::AimeErrorId::DBAccessFail,
  amdaemon::AimeErrorId::FeliCaInvalid,
  amdaemon::AimeErrorId::FeliCaNotFound,
  amdaemon::AimeErrorId::FeliCaRegisterFail,
  amdaemon::AimeErrorId::AimeIdInvalid,
  amdaemon::AimeErrorId::AimeIdNotFound,
  amdaemon::AimeErrorId::AimeIdRegisterFail,
  amdaemon::AimeErrorId::FeliCaRequired,
  amdaemon::AimeErrorId::CardRequired,
  amdaemon::AimeErrorId::NoBoardInfo,
  amdaemon::AimeErrorId::LogRegisterFail,
  amdaemon::AimeErrorId::FeliCaRegistered,
  amdaemon::AimeErrorId::AimeIdRegistered,
  amdaemon::AimeErrorId::LockBanSystemUser,
  amdaemon::AimeErrorId::LockBanSystem,
  amdaemon::AimeErrorId::LockBanUser,
  amdaemon::AimeErrorId::LockBan,
  amdaemon::AimeErrorId::LockSystemUser,
  amdaemon::AimeErrorId::LockSystem,
  amdaemon::AimeErrorId::LockUser,
  amdaemon::AimeErrorId::ReaderFirmUpdateFail,
  amdaemon::AimeErrorId::CampaignInfoFail,
  amdaemon::AimeErrorId::ReaderDetectFail,
  amdaemon::AimeErrorId::FeliCaComFail
}
 Aime内部エラーID列挙。 [詳解]
 

関数

const wchar_t * amdaemon::toString (AimeErrorId id)
 AimeErrorId 列挙値の文字列表現値を取得する。 [詳解]
 
AimeErrorCategory amdaemon::getCategory (AimeErrorId id)
 AimeErrorId 列挙値に対応する AimeErrorCategory 列挙値を取得する。 [詳解]
 

詳解

Aime内部エラーID列挙 AimeErrorId のヘッダ。

Copyright(C)SEGA