API reference
API reference
Select your platform
No SDKs available
No versions available

HzPlatformCoreRuntimeException

Updated: Jul 24, 2025

HzPlatformCoreRuntimeException

class HzPlatformCoreRuntimeException : RuntimeException
Exception thrown by the native layer indicating an error occurred during transport or setup of the core package

Constructors

NameSummary
HzPlatformCoreRuntimeException
constructor(requestName: String, errorCode: Int, errorMessage: String)constructor(requestName: String, statusCode: StatusCode)constructor(requestName: String, errorCode: Int)

Properties

NameSummary
cause
open val cause: Throwable
errorCode
open val errorCode: Int
stackTrace
open var stackTrace: Array<StackTraceElement>

Functions

NameSummary
addSuppressed
fun addSuppressed(p: Throwable)
fillInStackTrace
open fun fillInStackTrace(): Throwable
getLocalizedMessage
open fun getLocalizedMessage(): String
getMessage
open fun getMessage(): String
getSuppressed
fun getSuppressed(): Array<Throwable>
initCause
open fun initCause(p: Throwable): Throwable
printStackTrace
open fun printStackTrace()
toString
open fun toString(): String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon