
in res.json or res.text is the status parameter a string or Number or some unique token in functions runtime

Cound not find anything in the documentation

seems like integer


I would advise against sending a value for that right now. It can cause problems

In any case the status you're setting is only between the function and Appwrite executor.
And, then, Appwrite's adding to the execution object. But the response from Appwrite will always be 200.
Recommended threads
- Invalid redirect url
I keep getting invalid redirect url in Nextjs when i try to use google or github authentication
- I am getting a 401 unauthorized response...
I have a Next.js application that stores user PDFs. I'm able to save them normally, but when trying to access the files using getFileView, I get a 401 Unauthori...
- i wanna get user oauth2 provider details...
Trying to get the OAuth2 session returns empty data. I'm using Discord as the provider.
