Metadata.DataIssue.IssueType

public enum Metadata.DataIssue.IssueType


Represents the different type of issues for Device Trust signal data.

Summary

Enum Values

CACHED_DATA_USED

Cached data was used to get the data.

INTERNAL_ERROR

Internal error.

ISSUE_TYPE_UNSPECIFIED
PERMISSION_ISSUE

Caller does not have permission to access this data.

UNSUPPORTED_ON_CURRENT_VERSION

The data is not supported on the current android version.

Public methods

static Metadata.DataIssue.IssueType

Returns the enum constant of this type with the specified name.

static Metadata.DataIssue.IssueType[]

Returns an array containing the constants of this enum type, in the order they're declared.

Enum Values

CACHED_DATA_USED

Metadata.DataIssue.IssueType Metadata.DataIssue.IssueType.CACHED_DATA_USED

Cached data was used to get the data.

PERMISSION_ISSUE

Metadata.DataIssue.IssueType Metadata.DataIssue.IssueType.PERMISSION_ISSUE

Caller does not have permission to access this data.

UNSUPPORTED_ON_CURRENT_VERSION

Metadata.DataIssue.IssueType Metadata.DataIssue.IssueType.UNSUPPORTED_ON_CURRENT_VERSION

The data is not supported on the current android version.

Public methods

valueOf

public static Metadata.DataIssue.IssueType valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
Metadata.DataIssue.IssueType

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static Metadata.DataIssue.IssueType[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Metadata.DataIssue.IssueType[]

an array containing the constants of this enum type, in the order they're declared