# 57016: 'Topic' is empty

Log Type: APPLICATION

Log Level: ERROR

## Description

Twilio returns 57016 when the request includes a `Topic` field, but that field is empty. This error appears in the Messaging section of the Error and Warning Dictionary.

### Possible causes

* Your request sends `Topic` without a value.
* Your application builds the request payload with an empty `Topic` value before it reaches Twilio.

### Possible solutions

* Send a non-empty `Topic` value in the request.
* Check the request in Twilio Error Logs or Programmable Messaging logs to confirm the value that reached Twilio, then fix the code path that leaves `Topic` blank.

#### Additional resources

* [Debugging Your Twilio Application](/docs/usage/troubleshooting/debugging-your-application)
* [Debugging Tools](/docs/messaging/guides/debugging-tools)
