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 document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...