SessionCreateUnknownError


class SessionCreateUnknownError : SessionCreateResult


Result of an unsuccessful Session.create call. The session was not created 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

SessionCreateUnknownError

Added in 1.0.0-alpha12
SessionCreateUnknownError(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