PrepareEnvironmentException

class PrepareEnvironmentException : ApiException


Exception thrown when DeviceSecurityPostureClient.prepareEnvironment fails.

Summary

Public constructors

Creates a PrepareEnvironmentException with the given status and response.

Public functions

open String

Public properties

PrepareEnvironmentResponse

The response of the operation.

Inherited properties

From com.google.android.gms.common.api.ApiException
Status

This property is deprecated. Deprecated in Java

From kotlin.Throwable

Public constructors

PrepareEnvironmentException

PrepareEnvironmentException(
    status: Status,
    response: PrepareEnvironmentResponse
)

Creates a PrepareEnvironmentException with the given status and response.

Parameters
status: Status

the status of the operation.

response: PrepareEnvironmentResponse

the response of the operation.

Public functions

toString

open fun toString(): String

Public properties

response

val responsePrepareEnvironmentResponse

The response of the operation.