Errors

Every request done to Timecut can response with an errors. There are two different errors that you can obtain:

Error Dto

The Error DTO has a format as the following:

{
  "ErrorType": 0,
  "Message": "",
  "ClientMessage": "",
  "OtherValues": null
}

Where:

List of current ErrorType: