Skip to main content

CommonResponseModel

statusboolean

Whether the request succeeded.

Example: false
messagestring

Human-readable description of the result.

Example: Not found
CommonResponseModel
{
"status": false,
"message": "Not found"
}