DBTEAMListTeamDevicesErrorTag

Objective-C

enum DBTEAMListTeamDevicesErrorTag : NSInteger {}

Swift

@frozen enum DBTEAMListTeamDevicesErrorTag : Int, @unchecked Sendable

The DBTEAMListTeamDevicesErrorTag enum type represents the possible tag states with which the DBTEAMListTeamDevicesError union can exist.

  • Indicates that the cursor has been invalidated. Call devicesListTeamDevices again with an empty cursor to obtain a new cursor.

    Declaration

    Objective-C

    DBTEAMListTeamDevicesErrorReset

    Swift

    case reset = 0
  • (no description).

    Declaration

    Objective-C

    DBTEAMListTeamDevicesErrorOther

    Swift

    case other = 1