Object

kafka.common

ErrorMapping

Related Doc: package common

Permalink

object ErrorMapping

A bi-directional mapping between error codes and exceptions

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ErrorMapping
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BrokerNotAvailableCode: Short

    Permalink
  5. val ClusterAuthorizationCode: Short

    Permalink
  6. val ConsumerCoordinatorNotAvailableCode: Short

    Permalink
  7. val EmptyByteBuffer: ByteBuffer

    Permalink
  8. val GroupAuthorizationCode: Short

    Permalink
  9. val InvalidFetchSizeCode: Short

    Permalink
  10. val InvalidMessageCode: Short

    Permalink
  11. val InvalidTopicCode: Short

    Permalink
  12. val LeaderNotAvailableCode: Short

    Permalink
  13. val MessageSetSizeTooLargeCode: Short

    Permalink
  14. val MessageSizeTooLargeCode: Short

    Permalink
  15. val NoError: Short

    Permalink
  16. val NotCoordinatorForConsumerCode: Short

    Permalink
  17. val NotEnoughReplicasAfterAppendCode: Short

    Permalink
  18. val NotEnoughReplicasCode: Short

    Permalink
  19. val NotLeaderForPartitionCode: Short

    Permalink
  20. val OffsetMetadataTooLargeCode: Short

    Permalink
  21. val OffsetOutOfRangeCode: Short

    Permalink
  22. val OffsetsLoadInProgressCode: Short

    Permalink
  23. val ReplicaNotAvailableCode: Short

    Permalink
  24. val RequestTimedOutCode: Short

    Permalink
  25. val StaleControllerEpochCode: Short

    Permalink
  26. val StaleLeaderEpochCode: Short

    Permalink
  27. val TopicAuthorizationCode: Short

    Permalink
  28. val UnknownCode: Short

    Permalink
  29. val UnknownTopicOrPartitionCode: Short

    Permalink
  30. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  31. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def codeFor(exception: Class[Throwable]): Short

    Permalink
  33. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. def exceptionFor(code: Short): Throwable

    Permalink
  36. def exceptionNameFor(code: Short): String

    Permalink
  37. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. def maybeThrowException(code: Short): Unit

    Permalink
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  44. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped