InternalException

class InternalException : AmapiSdkException


内部エラーのため通話が失敗しました。

概要

パブリック コンストラクタ

InternalException(cause: Throwable?, requestId: String?)
InternalException(message: String, cause: Throwable?, requestId: String?)

継承されたプロパティ

kotlin.Throwable から

パブリック コンストラクタ

InternalException

InternalException(cause: Exception)

InternalException

InternalException(cause: Throwable? = null, requestId: String? = null)

InternalException

InternalException(
    message: String,
    cause: Throwable? = null,
    requestId: String? = null
)