@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
DeleteGroupsResult
Type Alias DeleteGroupsResult
Per-group deletion result.
type
DeleteGroupsResult
=
{
errorCode
:
number
;
groupId
:
string
;
taggedFields
:
readonly
TaggedField
[]
;
}
Index
Properties
error
Code
group
Id
tagged
Fields
Properties
Readonly
error
Code
errorCode
:
number
Error code (0 = no error).
Readonly
group
Id
groupId
:
string
The group ID.
Readonly
tagged
Fields
taggedFields
:
readonly
TaggedField
[]
Tagged fields (v2+).
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
Code
group
Id
tagged
Fields
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
Per-group deletion result.