CommandResponseStatus

sealed class CommandResponseStatus : CommandResponseStatusInterface

カードコマンドに対するレスポンスステータス

CommandExecutionExceptionstatus に設定されるクラスです。

暗証番号の照合に失敗した場合の例外 IncorrectPassword と、 暗証番号がロックされている状態や認証(VERIFY)未済でアクセスした場合の例外 CommandExecutionError、 存在しないデータを読み出そうとした場合の例外 ArgumentError が定義されています。

Inheritors

Types

Link copied to clipboard

コマンドの引数が不正である

Link copied to clipboard

コマンドの実行に失敗した

Link copied to clipboard

暗証番号が間違っている

Properties

Link copied to clipboard
abstract override val message: String

レスポンスステータスに対応するメッセージ