IncorrectPassword

暗証番号が間違っている

残り試行回数が制限されている場合、RetryLimited が返ります。 残り試行回数が無制限の場合、RetryUnlimited が返ります。

Inheritors

Types

Link copied to clipboard
data class RetryLimited(val remainingRetries: Int) : CommandResponseStatus.IncorrectPassword

暗証番号が間違っている

Link copied to clipboard

暗証番号が間違っている

Properties

Link copied to clipboard
abstract override val message: String

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