Skip to content

Error Handling

  • In case of an error, the response will include a descriptive error message.
{
"success": 0,
"message": "No se encontraron clientes/usuarios",
"data": null,
"totalCount": 0
}