ReaderSessionException

カードリーダーとの通信に失敗した場合の例外

カードリーダーとの通信に失敗した場合の例外

カードリーダーとの通信に失敗した場合やカードリーダーに異常があった場合に発生します。 code プロパティによってエラーの発生理由を確認できます。

エラーコードの定義は Code を参照してください。

Parameters

code

エラーコード

message

エラーメッセージ

カードリーダーとの通信に失敗した場合の例外

カードリーダーとの通信に失敗した場合の例外

カードリーダーとの通信に失敗した場合の例外

Constructors

Link copied to clipboard
actual constructor(code: ReaderSessionException.Code, cause: Throwable?)
actual constructor(code: ReaderSessionException.Code, message: String, cause: Throwable?)
expect constructor(code: ReaderSessionException.Code, cause: Throwable? = null)
expect constructor(code: ReaderSessionException.Code, message: String, cause: Throwable? = null)
constructor(code: ReaderSessionException.Code, message: String, cause: Throwable?, underlyingError: NSError?)
actual constructor(code: ReaderSessionException.Code, cause: Throwable?)
actual constructor(code: ReaderSessionException.Code, message: String, cause: Throwable?)
actual constructor(code: ReaderSessionException.Code, cause: Throwable?)
actual constructor(code: ReaderSessionException.Code, message: String, cause: Throwable?)
actual constructor(code: ReaderSessionException.Code, cause: Throwable?)
actual constructor(code: ReaderSessionException.Code, message: String, cause: Throwable?)

Types

Link copied to clipboard

エラーコードの定義

Properties

Link copied to clipboard
open override val cause: Throwable?
open val cause: Throwable?
open override val cause: Throwable?
open override val cause: Throwable?
open override val cause: Throwable?
Link copied to clipboard

エラーコード

エラーコード

エラーコード

エラーコード

Link copied to clipboard
actual open override val message: String

エラーメッセージ

expect open override val message: String
actual open override val message: String

エラーメッセージ

actual open override val message: String

エラーメッセージ

actual open override val message: String

エラーメッセージ

Link copied to clipboard
val underlyingError: NSError?

Functions

addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
initCause
Link copied to clipboard
printStackTrace
Link copied to clipboard
setStackTrace
Link copied to clipboard