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
- Re-check resource identifiers.
- Confirm ownership/visibility.
- 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"
}
]
}