pub async fn verify_error(
model: &dyn Model,
request: ModelRequest,
context: ModelCallContext,
contract: &ErrorContract,
) -> Result<ProviderConformanceReport, ProviderConformanceError>Expand description
Executes and verifies one failed canonical provider invocation.
ยงErrors
Returns ProviderConformanceError when the invocation succeeds or its
error classification differs from the contract.