OemSystemUpdateException

sealed class OemSystemUpdateException : AmapiSdkException

Known direct subclasses
InvalidSystemUpdateStateException

Thrown when an operation is attempted on a System Update resource, but the resource is not in a valid state for that operation.

MultipleOtaClientsException

Thrown when AMAPI detects multiple OEM OTA client apps attempting to use the API.

SystemUpdateAlreadyExistsException

Thrown when a system update resource with the specified name already exists.

SystemUpdateNotFoundException

Thrown when a specified System Update resource cannot be found.

UpdateControlStateNotFoundException

Thrown when the current UpdateControlState is not found.

UpdateControlStateRequiredException

Thrown when an API is called that requires UnifiedUpdateControl to be active, but it is not.


Base exception for errors related to the OEM System Update Client.

Summary

Protected constructors

Inherited properties

From kotlin.Throwable

Protected constructors

OemSystemUpdateException

protected OemSystemUpdateException(message: String, cause: Throwable? = null)