Next.js Discord

Discord Forum

server action

Answered
Mini Lop posted this in #help-forum
Open in Discord
Mini LopOP
How can I send status and error response to client🙏
Answered by Mini Lop
return {
status:401,
message:'Unauthorized'
}
View full answer

7 Replies

you can just return the state that you want to return to the client
Mini LopOP
Example
Mini LopOP
return {
status:401,
message:'Unauthorized'
}
Answer
for example, yea
Mini LopOP
Oh ok
Thank you
please mark solution