Class AlterUserScramCredentialsException
Represents an error that occurred during an alter user scram credentials operation.
Implements
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class AlterUserScramCredentialsException : KafkaException, ISerializable
Constructors
AlterUserScramCredentialsException(List<AlterUserScramCredentialsReport>)
Initializes a new instance of AlterUserScramCredentialsException.
Declaration
public AlterUserScramCredentialsException(List<AlterUserScramCredentialsReport> results)
Parameters
Type | Name | Description |
---|---|---|
List<AlterUserScramCredentialsReport> | 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 users in the request (whether or not they were in error). At least one of these results will be in error.
Declaration
public List<AlterUserScramCredentialsReport> Results { get; }
Property Value
Type | Description |
---|---|
List<AlterUserScramCredentialsReport> |