Next.js Discord

Discord Forum

server action

Answered
Mini Lop posted this in #help-forum
Open in Discord
Avatar
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

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