SessionCreateUnknownError


public final class SessionCreateUnknownError extends 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 methods

final @NonNull String

a message supplied by the error that occurred

Public constructors

SessionCreateUnknownError

Added in 1.0.0-alpha12
public SessionCreateUnknownError(@NonNull String errorMessage)
Parameters
@NonNull String errorMessage

a message supplied by the error that occurred

Public methods

getErrorMessage

Added in 1.0.0-alpha12
public final @NonNull String getErrorMessage()

a message supplied by the error that occurred