CopyrightsFetchingFailure
data class CopyrightsFetchingFailure(val message: String?, val cause: Any? = null)
Content copied to clipboard
Failure related to copyrights fetching. It contains information about the cause of the failure.
Important: This is a Public Preview API. It may be changed or removed at any time.