public enum

SessionConfig.SessionError

extends java.lang.Enum<SessionConfig.SessionError>

 java.lang.Object

↳java.lang.Enum<SessionConfig.SessionError>

↳androidx.camera.core.SessionConfig.SessionError

Summary

Enum Constants
SESSION_ERROR_SURFACE_NEEDS_RESETA DeferrableSurface contained in the config needs to be reset.
SESSION_ERROR_UNKNOWNAn unknown error has occurred.
Methods
public static SessionConfig.SessionErrorvalueOf(java.lang.String name)

public static SessionConfig.SessionErrorvalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

SESSION_ERROR_SURFACE_NEEDS_RESET

A DeferrableSurface contained in the config needs to be reset.

The surface is no longer valid, for example the surface has already been closed.

SESSION_ERROR_UNKNOWN

An unknown error has occurred.

Methods

public static SessionConfig.SessionError values()

public static SessionConfig.SessionError valueOf(java.lang.String name)