API reference

ApplicationLifecycleException Class

Extends HzPlatformSdkException
Modifiers: final

Signature

class ApplicationLifecycleException : HzPlatformSdkException

Properties

additionalProperties : MutableMap
[Get]
Signature
val additionalProperties: MutableMap<String, Any>
cause : Throwable?
[Get]
Signature
open val cause: Throwable?
code : Int
[Get]
Signature
val code: Int
displayableMessage : String
[Get]
Signature
val displayableMessage: String
message : String?
[Get]
Signature
open val message: String?
requestName : String
[Get]
Signature
val requestName: String

Methods

addSuppressed ( p0 )
Signature
fun addSuppressed(p0: Throwable)
Parameters
p0: Throwable
fillInStackTrace ()
Signature
open fun fillInStackTrace(): Throwable
Returns
Throwable
getHttpCode ()
The HTTP status code of the network request that failed. Some platform requests make network requests internally.
Signature
open fun getHttpCode(): Int
Returns
Int  The HTTP status code of the network request that failed. If there was no network request, returns null.
getInternalErrorCode ()
The internal error code if available.
Signature
open fun getInternalErrorCode(): Int
Returns
Int  The internal error code, or null if not available.
getInternalErrorMessage ()
The internal error message if available.
Signature
open fun getInternalErrorMessage(): String
Returns
String  The internal error message, or null if not available.
getLocalizedMessage ()
Signature
open fun getLocalizedMessage(): String
Returns
String
getStackTrace ()
Signature
open fun getStackTrace(): Array<StackTraceElement>
Returns
Array
getSuppressed ()
Signature
fun getSuppressed(): Array<Throwable>
Returns
Array
initCause ( p0 )
Signature
open fun initCause(p0: Throwable): Throwable
Parameters
p0: Throwable
Returns
Throwable
printStackTrace ()
Signature
open fun printStackTrace()
printStackTrace ( p0 )
Signature
open fun printStackTrace(p0: PrintStream)
Parameters
p0: PrintStream
printStackTrace ( p0 )
Signature
open fun printStackTrace(p0: PrintWriter)
Parameters
p0: PrintWriter
setStackTrace ( p0 )
Signature
open fun setStackTrace(p0: Array<StackTraceElement>)
Parameters
p0: Array