DevicePostureStatusCodes

public static class DevicePostureStatusCodes extends CommonStatusCodes


Device Posture specific status codes.

Summary

Constants

static final int

This is returned when the calling package is not authorised to use the API.

static final int

This is returned when the device posture API is not enabled.

Public fields

static @NonNull DevicePostureStatusCodes

Constants

CALLING_PACKAGE_NOT_AUTHORISED

public static final int CALLING_PACKAGE_NOT_AUTHORISED = 21701

This is returned when the calling package is not authorised to use the API.

PREPARE_ENVIRONMENT_NOT_ENABLED

public static final int PREPARE_ENVIRONMENT_NOT_ENABLED = 21700

This is returned when the device posture API is not enabled.

Public fields

INSTANCE

public static @NonNull DevicePostureStatusCodes INSTANCE