FastPairStatusCodes

public class FastPairStatusCodes extends CommonStatusCodes

Status codes for nearby fast pair results.

Constant Summary

int FAILED_INVALID_ARGUMENTS The client invokes the API with invalid arguments.
int FAILED_NOT_SUPPORTED The client invokes the API but it's not supported for some reason.
int FAILED_PERMISSION_DENIED The client doesn't have the required permissions for calling the API.
int SUCCESS The operation was successful.

Inherited Constant Summary

Public Constructor Summary

Inherited Method Summary

Constants

public static final int FAILED_INVALID_ARGUMENTS

The client invokes the API with invalid arguments.

Constant Value: 40502

public static final int FAILED_NOT_SUPPORTED

The client invokes the API but it's not supported for some reason. For example, it is deprecated or not enabled on this platform.

Constant Value: 40504

public static final int FAILED_PERMISSION_DENIED

The client doesn't have the required permissions for calling the API.

Constant Value: 40503

public static final int SUCCESS

The operation was successful.

Constant Value: 0

Public Constructors

public FastPairStatusCodes ()