Echove
EchoveApiError API error.
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.
EchoveDtoDoesNotExist The DTO does not exist.
The specified asset does not exist in the Brightcove system. Ensure you're using the correct ID.
EchoveIdNotProvided ID not provided.
An ID has not been passed to the method (usually a 'delete' or 'share' function). Include the ID parameter to resolve the error.
EchoveInvalidFileType Unsupported file type.
The file being passed to the function is not supported. Try another file type to resolve the error.
EchoveInvalidMethod Requested method not found.
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.
EchoveInvalidProperty Requested property not found.
The Echove property you are trying to set or retrieve does not exist. Check the Echove documentation.
EchoveInvalidType Type not specified.
The DTO type (video, playlist, image, etc) you specified is not allowed for the method. Check both the Echove and Brightcove API documentation.
EchoveTokenError Read / Write token not provided.
The read or write token you provided is not recognized by Brightcove. Verify you are using the correct token.
EchoveTransactionError Read / Write API transaction failed.
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.