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

NativeResultException

NativeResultException

class NativeResultException(val errorCode: Int) : Exception

Constructors

NameSummary
NativeResultException
constructor(errorCode: Int)

Properties

NameSummary
cause
open val cause: Throwable?
errorCode
val errorCode: Int
message
open val message: String?

Functions

NameSummary
addSuppressed
fun addSuppressed(p0: Throwable)
fillInStackTrace
open fun fillInStackTrace(): Throwable
getLocalizedMessage
open fun getLocalizedMessage(): String
getStackTrace
open fun getStackTrace(): Array<StackTraceElement>
getSuppressed
fun getSuppressed(): Array<Throwable>
initCause
open fun initCause(p0: Throwable): Throwable
printStackTrace
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
setStackTrace
open fun setStackTrace(p0: Array<StackTraceElement>)
toString
open override fun toString(): String
Did you find this page helpful?
Thumbs up icon
Thumbs down icon