SessionConfigureUnknownError


class SessionConfigureUnknownError : SessionConfigureResult


Result of an unsuccessful Session.configure call. The session could not be configured due to an unknown internal error. See the contents of errorMessage for more information.

Summary

Public constructors

Public properties

String

a message supplied by the error that occurred

Public constructors

SessionConfigureUnknownError

Added in 1.0.0-alpha12
SessionConfigureUnknownError(errorMessage: String)
Parameters
errorMessage: String

a message supplied by the error that occurred

Public properties

errorMessage

Added in 1.0.0-alpha12
val errorMessageString

a message supplied by the error that occurred