NodeHttpException
class NodeHttpException(val statusCode: Int, message: String, cause: Throwable? = null) : NodeRpcException
HTTP error from node RPC (4xx or 5xx status).
Recovery:
4xx: Don't retry (client error - malformed request)
5xx: Retry with exponential backoff (server error)