Error Reference

RESOURCE_NOT_FOUND

The requested resource does not exist or is not accessible.

This error means the target identifier could not be resolved.

Typical causes

  • Wrong DID or ID value
  • Resource was deleted
  • Resource belongs to another account

How to fix

  1. Re-check resource identifiers.
  2. Confirm ownership/visibility.
  3. Fetch available resources first, then retry with a valid ID.

Example

{
  "errors": [
    {
      "message": "Ingestion session not found",
      "code": "RESOURCE_NOT_FOUND",
      "documentation": "https://developers.rad.live/docs/errors/resource_not_found"
    }
  ]
}

On this page