---
"@context": https://schema.org
"@type": TechArticle
"@id": https://www.twilio.com/docs/api/errors/57010#article
headline: "57010: 'PartnerName' is absent"
url: https://www.twilio.com/docs/api/errors/57010
inLanguage: en
dateModified: 2026-03-26T06:28:41.000Z
author:
  "@type": Organization
  name: Twilio Developer Education Team
publisher:
  "@type": Organization
  name: Twilio
---

# 57010: 'PartnerName' is absent

Log Type: APPLICATION

Log Level: ERROR

## Description

This error appears when `PartnerName` is not specified in the request.

### Possible causes

* `PartnerName` was omitted from the request.

### Possible solutions

* Confirm a valid `PartnerName` is included in the request.
* Check the error logs while debugging the request so you can verify the parameters Twilio received.

#### Additional resources

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