ResourceLoadError

open class ResourceLoadError : Serializable

Constructors

ResourceLoadError
Link copied to clipboard
open fun ResourceLoadError(@NonNull type: ResourceLoadErrorType, @NonNull message: String, transferredBytes: Long)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

message
Link copied to clipboard
private val message: String
transferredBytes
Link copied to clipboard
private val transferredBytes: Long
type
Link copied to clipboard
private val type: ResourceLoadErrorType