httpFailure

fun <E : Any> httpFailure(code: Int, error: E? = null): ClerkResult.Failure<E>

Returns a new Failure with HTTP error details.