when do we generally see status response 500 with ...
# pact-jvm
b
when do we generally see status response 500 with pact verification?
Copy code
"error": {
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +    "id": "-1354814997-1",
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +    "severity": "ERROR",
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +    "httpStatusCode": 500,
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +    "message": "System encountered an unexpected error.",
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +    "messageParam": null,
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +    "created": 1691105445092
19:30:45  M4ih5Vd0ib6F7jGnYdS6xlc0 |         +  }
m
this looks to be an error with your provider API, so we can’t answer that
It doesn’t look like an error eminating from Pact.
t
When there is a programmer error inside your service