ResourceLoadingException

class ResourceLoadingException(errorCode: Int, message: String) : Exception

Exception thrown when an error occurs during resource or entity loading.

Constructors

Link copied to clipboard
constructor(errorCode: Int, message: String)

Types

Link copied to clipboard

Enumeration for resource-related error codes.

Properties

Link copied to clipboard

Error code of the exception. See ResourceErrorCode for more information.