Package-level declarations
Types
Link copied to clipboard
object ErrorCodeMapping
Link copied to clipboard
object ErrorCodes
Link copied to clipboard
Link copied to clipboard
object Preconditions
Link copied to clipboard
interface RecoverableException
RecoverableException can be recovered by retrying.
Link copied to clipboard
Link copied to clipboard
open class WowException(val errorCode: String, errorMsg: String, cause: Throwable? = null, val bindingErrors: List<BindingError> = emptyList()) : RuntimeException, ErrorInfo
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun Throwable.toWowException(errorCode: String = this.getErrorCode(), errorMsg: String = this.getErrorMsg()): WowException