Class DescribeUserScramCredentialsException
Represents an error that occurred during a describe user SCRAM credentials operation.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class DescribeUserScramCredentialsException : KafkaException, ISerializable
Constructors
DescribeUserScramCredentialsException(DescribeUserScramCredentialsReport)
Initialize a new instance of DescribeUserScramCredentialsException.
Declaration
public DescribeUserScramCredentialsException(DescribeUserScramCredentialsReport results)
Parameters
Type | Name | Description |
---|---|---|
DescribeUserScramCredentialsReport | results | The result corresponding to all users in the request (whether or not they were in error). At least one of these results will be in error. |
Properties
Results
The result corresponding to all groups in the request, (whether or not they were in error). At least one of these results will be in error.
Declaration
public DescribeUserScramCredentialsReport Results { get; }
Property Value
Type | Description |
---|---|
DescribeUserScramCredentialsReport |