Class CreateAclReport
Provides create ACL error information.
Inherited Members
Namespace: Confluent.Kafka.Admin
Assembly: Confluent.Kafka.dll
Syntax
public class CreateAclReport
  Properties
Error
Per ACL binding error status.
Declaration
public Error Error { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Error | 
Methods
Equals(object)
Tests whether this CreateAclReport instance is equal to the specified object.
Declaration
public override bool Equals(object obj)
  Parameters
| Type | Name | Description | 
|---|---|---|
| object | obj | The object to test.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | true if obj is a CreateAclReport and the Error property values are equal. false otherwise.  | 
      
Overrides
GetHashCode()
Returns a hash code for this CreateAclReport value.
Declaration
public override int GetHashCode()
  Returns
| Type | Description | 
|---|---|
| int | An integer that specifies a hash value for this CreateAclReport value.  | 
      
Overrides
Operators
operator ==(CreateAclReport, CreateAclReport)
Tests whether CreateAclReport instance a is equal to CreateAclReport instance b.
Declaration
public static bool operator ==(CreateAclReport a, CreateAclReport b)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CreateAclReport | a | The first CreateAclReport instance to compare.  | 
      
| CreateAclReport | b | The second CreateAclReport instance to compare.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | true if CreateAclReport instances a and b are equal. false otherwise.  | 
      
operator !=(CreateAclReport, CreateAclReport)
Tests whether CreateAclReport instance a is not equal to CreateAclReport instance b.
Declaration
public static bool operator !=(CreateAclReport a, CreateAclReport b)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CreateAclReport | a | The first CreateAclReport instance to compare.  | 
      
| CreateAclReport | b | The second CreateAclReport instance to compare.  | 
      
Returns
| Type | Description | 
|---|---|
| bool | true if CreateAclReport instances a and b are not equal. false otherwise.  |