Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ErrorCodes
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object ErrorConverterRegistrar
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