//sdk/com.adobe.express.embedsdk/CCEverywhereError/CCEverywhereError
constructor(error: ErrorCodeMessages, subError: CCEverywhereError? = null)
Constructs a CCEverywhereError from structured error information.
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)