express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/ErrorMessages

ErrorMessages


enum ErrorMessages : Enum<ErrorMessages>

Entries

   
SDK_ALREADY_INITIALIZED
SDK_ALREADY_INITIALIZED
SDK_INITIALIZATION_IN_PROGRESS
SDK_INITIALIZATION_IN_PROGRESS
SDK_NOT_INITIALIZED
SDK_NOT_INITIALIZED
SDK_INITIALIZATION_FAILED
SDK_INITIALIZATION_FAILED
WORKFLOW_ALREADY_IN_PROGRESS
WORKFLOW_ALREADY_IN_PROGRESS
SDK_INTERNAL_ERROR
SDK_INTERNAL_ERROR
WARMUP_INVALID_INTENT
WARMUP_INVALID_INTENT
INVALID_INTENT
INVALID_INTENT
NO_ACTIVE_WORKFLOW
NO_ACTIVE_WORKFLOW
WARMUP_FAILED
WARMUP_FAILED
GENERIC_ERROR
GENERIC_ERROR
WARMUP_CANCELLED
WARMUP_CANCELLED
IMS_JUMP_FAILED
IMS_JUMP_FAILED
UNEXPECTED_ERROR_CODE
UNEXPECTED_ERROR_CODE
ANALYTICS_ERROR
ANALYTICS_ERROR
PERFORMANCE_LOGGING_ERROR
PERFORMANCE_LOGGING_ERROR
TARGET_LOAD_ERROR
TARGET_LOAD_ERROR
TARGET_LOAD_CANCELLED
TARGET_LOAD_CANCELLED
ACTION_LAUNCH_ERROR
ACTION_LAUNCH_ERROR
INVALID_TOKEN
INVALID_TOKEN
VALIDATE_TOKEN_FAILED
VALIDATE_TOKEN_FAILED
LOGIN_ERROR
LOGIN_ERROR
INTERNET_NOT_AVAILABLE
INTERNET_NOT_AVAILABLE
UNSUPPORTED_DOCUMENT
UNSUPPORTED_DOCUMENT
PRELOAD_OPTIMIZATION_UNSUPPORTED
PRELOAD_OPTIMIZATION_UNSUPPORTED
CLIENT_AUTH_PROVIDER_ERROR
CLIENT_AUTH_PROVIDER_ERROR
UNSUPPORTED_API
UNSUPPORTED_API
WORKFLOW_CONTEXT_NOT_FOUND
WORKFLOW_CONTEXT_NOT_FOUND
API_TIMEOUT_ERROR
API_TIMEOUT_ERROR
INVALID_CLIENT_ID
INVALID_CLIENT_ID
CLOSE_TIMEOUT_EXCEPTION
CLOSE_TIMEOUT_EXCEPTION

Types

Name Summary
Companion
object Companion

Properties

Name Summary
entries
val entries: EnumEntries<ErrorMessages>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
value
val value: String

Functions

Name Summary
valueOf
fun valueOf(value: String): ErrorMessages
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<ErrorMessages>
Returns an array containing the constants of this enum type, in the order they’re declared.