CommandResponseStatus

sealed class CommandResponseStatus : CommandResponseStatusInterface

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

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

マイナンバーカードの暗証番号の照合に失敗した場合の例外 IncorrectPassword と、 暗証番号がロックされている状態で暗証番号の照合を行った場合の例外 CommandExecutionError が定義されています。

Inheritors

Types

Link copied to clipboard

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

Link copied to clipboard

暗証番号が間違っている

Properties

Link copied to clipboard
abstract override val message: String

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