ErrorCodeMapping

Functions

Link copied to clipboard
fun getErrorCode(throwableClass: Class<out Throwable>): String?
Link copied to clipboard
fun register(throwableClass: Class<out Throwable>, errorCode: String)
Link copied to clipboard
fun unregister(throwableClass: Class<out Throwable>)