#cmos-log-errors
1 messages · Page 1 of 1 (latest)
I'm sorry I don't really follow what you are asking
If I go to my developer logs in stripe and filter all logs by "failed" I have dozens of these failed requests labeled "reauthentication_required
Please log in again to complete this action."
But all of my requests are done via the api, so I don't "login" ever. And if I look up stripe error codes reauthentication_required isn't listed.
those happen when someone tries to do something in the Dashboard but their Dashboard session has expired and they had to enter their password before we retried
Ah gotcha. I feel like that should live in https://stripe.com/docs/error-codes docs, spent a few hours googling it since I thought something was wrong with my apiKey
I don't think so, it can never be returned in the API for real, it's Dashboard only
cmos-log-errors
All I'm saying is, its a bad developer experience to show an error, label it an error code, link to error codes and have it not be present. Every other object in the developer logs that is type error sub value code exists in that list. It doesn't have to live there but it should live somewhere that is findable.