CouldNotLoadAsset

class CouldNotLoadAsset(message: String = "Could not load asset.", type: ErrorType = ErrorType.WARNING) : ReversiException

Exception thrown when a required text input field is empty.

Parameters

message

Descriptive error message.

type

The error severity type (default: INFO).

Constructors

Link copied to clipboard
constructor(message: String = "Could not load asset.", type: ErrorType = ErrorType.WARNING)