> ## Documentation Index
> Fetch the complete documentation index at: https://docs.staging.relayapp.im/llms.txt
> Use this file to discover all available pages before exploring further.

# Error 2005: Attachment owner unavailable

> Resolve Relay error 2005.

Relay could not resolve the trusted owner of an Attachment operation.

## Response

```json theme={null}
{
  "error": {
    "status": 500,
    "code": 2005,
    "message": "Relay could not resolve the trusted owner of an Attachment operation.",
    "doc_url": "https://docs.relayapp.im/error/codes/2xxx/2005"
  },
  "success": false,
  "trace_id": "b923d71e50be43ba9e0fe1e34a7676c2"
}
```

## Fix

1. Stop retrying the same malformed state.
2. Record trace\_id and contact Relay support.

## Retry

Do not retry the same request unchanged.

## Related

* [Error overview](/error)
* [Debugging](/guides/platform/debugging)
