MapAsyncException


class MapAsyncException : Exception


Summary

Public constructors

MapAsyncException(reason: String, status: Int)

Public properties

String
Int

Inherited properties

From kotlin.Throwable

Public constructors

MapAsyncException

Added in 1.0.0-alpha01
MapAsyncException(reason: String = "", status: Int = MapAsyncStatus.Success)

Public properties

reason

Added in 1.0.0-alpha01
val reasonString

status

Added in 1.0.0-alpha01
val statusInt