InternalException

class InternalException : AmapiSdkException


Call has failed due to an internal error.

Summary

Public constructors

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

Inherited properties

From kotlin.Throwable

Public constructors

InternalException

InternalException(cause: Exception)

InternalException

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

InternalException

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