This is the most generic error returned from Echove as it is thrown whenever the API returns unexpected data, or an error. The API return data will be included in the error to help you diagnose the problem.
The specified asset does not exist in the Brightcove system. Ensure you're using the correct ID.
An ID has not been passed to the method (usually a 'delete' or 'share' function). Include the ID parameter to resolve the error.
The file being passed to the function is not supported. Try another file type to resolve the error.
The 'find' method being requested is not supported by Echove, or does not exist in the Brightcove API. Remove the method call and check both the Echove and Brightcove API documentation.
The Echove property you are trying to set or retrieve does not exist. Check the Echove documentation.
The DTO type (video, playlist, image, etc) you specified is not allowed for the method. Check both the Echove and Brightcove API documentation.
The read or write token you provided is not recognized by Brightcove. Verify you are using the correct token.
The API could not be accessed, or the API did not return any data. Verify the server has cURL installed, enabled, and able to retrieve remote data. Verify the Brightcove API is currently available.