google_api_android_device_provisioning v0.1.0 GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch View Source

Captures the processing status for each device in the operation.

Attributes

  • deviceId (String.t): If processing succeeds, the device ID of the device. Defaults to: null.
  • errorIdentifier (String.t): If processing fails, the error type. Defaults to: null.
  • errorMessage (String.t): If processing fails, a developer message explaining what went wrong. Defaults to: null.
  • status (String.t): The result status of the device after processing. Defaults to: null.

    • Enum - one of [SINGLE_DEVICE_STATUS_UNSPECIFIED, SINGLE_DEVICE_STATUS_UNKNOWN_ERROR, SINGLE_DEVICE_STATUS_OTHER_ERROR, SINGLE_DEVICE_STATUS_SUCCESS, SINGLE_DEVICE_STATUS_PERMISSION_DENIED, SINGLE_DEVICE_STATUS_INVALID_DEVICE_IDENTIFIER, SINGLE_DEVICE_STATUS_INVALID_SECTION_TYPE, SINGLE_DEVICE_STATUS_SECTION_NOT_YOURS]

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AndroidDeviceProvisioning.V1.Model.PerDeviceStatusInBatch{
  deviceId: any(),
  errorIdentifier: any(),
  errorMessage: any(),
  status: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.