StylePackErrorType

enum StylePackErrorType

Describes the reason for a style package download request failure.

Entries

OTHER
Link copied to clipboard

Other reason.

DISK_FULL
Link copied to clipboard

There is no available space to store the resources.

DOES_NOT_EXIST
Link copied to clipboard

The style package does not exist.

CANCELED
Link copied to clipboard

The operation was canceled.

Functions

toString
Link copied to clipboard
open fun toString(): String
valueOf
Link copied to clipboard
open fun valueOf(name: String): StylePackErrorType
values
Link copied to clipboard
open fun values(): Array<StylePackErrorType>