CopyrightsFetchingFailure

data class CopyrightsFetchingFailure(val message: String?, val cause: Any? = null)

Failure related to copyrights fetching. It contains information about the cause of the failure.

Parameters

message

Failure message.

cause

Optional object which caused the issue.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun CopyrightsFetchingFailure(message: String?, cause: Any? = null)

Properties

Link copied to clipboard
val cause: Any? = null
Link copied to clipboard
val message: String?