express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/CCEverywhereError/CCEverywhereError

CCEverywhereError


constructor(error: ErrorCodeMessages, subError: CCEverywhereError? = null)

Constructs a CCEverywhereError from structured error information.

Parameters

androidJvm

   
error Structured error information with code and message
subError Optional nested error that caused this error


constructor(code: String? = null, message: String, subError: Any? = null, customData: Any? = null)