SessionError
Kotlin
|Java
class SessionError
kotlin.Any | ||
↳ | kotlin.Enum<androidx.camera.core.impl.SessionConfig.SessionError> | |
↳ | androidx.camera.core.impl.SessionConfig.SessionError |
Summary
Enum values | |
---|---|
A |
|
An unknown error has occurred. |
Enum values
SESSION_ERROR_SURFACE_NEEDS_RESET
enum val SESSION_ERROR_SURFACE_NEEDS_RESET : SessionConfig.SessionError
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
enum val SESSION_ERROR_UNKNOWN : SessionConfig.SessionError
An unknown error has occurred.