RetryLimited

data class RetryLimited(val remainingRetries: Int) : CommandResponseStatus.IncorrectPassword

暗証番号が間違っている

このステータスが返ってきた場合、再試行回数に制限があり、マイナンバーカードに記録されている暗証番号照合の残り試行可能回数が 1 回減少します。 remainingRetriesが残りの試行回数です。 既に再試行回数の上限に達している場合は、CommandExecutionError.ReferencedIEFClosedが返ります。

Constructors

Link copied to clipboard
constructor(remainingRetries: Int)

Properties

Link copied to clipboard
open override val message: String

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

Link copied to clipboard

残り試行可能回数