CustomTagsUpdateErrorCode
No description
enum CustomTagsUpdateErrorCode {
limitExceeded
notFound
invalidCustomTags
}
Values
limitExceeded
The limit of custom tags for the track has been exceeded.
notFound
The resource with the provided id does not exist.
invalidCustomTags
Invalid custom tags provided. Contains multiple spaces or is too long (> 3000 characters).