kafka.common

ErrorMapping

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
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val BrokerNotAvailableCode: Short

  5. val ConsumerCoordinatorNotAvailableCode: Short

  6. val EmptyByteBuffer: ByteBuffer

  7. val InvalidFetchSizeCode: Short

  8. val InvalidMessageCode: Short

  9. val InvalidTopicCode: Short

  10. val LeaderNotAvailableCode: Short

  11. val MessageSetSizeTooLargeCode: Short

  12. val MessageSizeTooLargeCode: Short

  13. val NoError: Short

  14. val NotCoordinatorForConsumerCode: Short

  15. val NotEnoughReplicasAfterAppendCode: Short

  16. val NotEnoughReplicasCode: Short

  17. val NotLeaderForPartitionCode: Short

  18. val OffsetMetadataTooLargeCode: Short

  19. val OffsetOutOfRangeCode: Short

  20. val OffsetsLoadInProgressCode: Short

  21. val ReplicaNotAvailableCode: Short

  22. val RequestTimedOutCode: Short

  23. val StaleControllerEpochCode: Short

  24. val StaleLeaderEpochCode: Short

  25. val UnknownCode: Short

  26. val UnknownTopicOrPartitionCode: Short

  27. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  28. def clone(): AnyRef

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

  30. final def eq(arg0: AnyRef): Boolean

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

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

  33. def finalize(): Unit

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

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

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

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

  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

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

    Definition Classes
    AnyRef
  42. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped