ClientError

fun ClientError(reason: ClientErrorCause, msg: String = reason.javaClass.getField(reason.name) .getAnnotation(Description::class.java)?.value ?: "Client-side error")