Documentation
¶
Index ¶
- Variables
- type AccessTokenMissing
- type BackgroundSendBufferFull
- type BackgroundSendBufferOverflow
- type BackgroundSendError
- type BackgroundSendTimeout
- type BackgroundWorkerDisconnected
- type CannotAppendMessage
- type CannotAppendToFile
- type CannotChangePermissions
- type CannotCreateBaseDirectory
- type CannotCreateConsumerGroupInfo
- type CannotCreateConsumerOffsetsDirectory
- type CannotCreateEndpoint
- type CannotCreatePartition
- type CannotCreatePartitionDirectory
- type CannotCreatePartitionsDirectory
- type CannotCreateRuntimeDirectory
- type CannotCreateSegmentIndexFile
- type CannotCreateSegmentLogFile
- type CannotCreateSegmentTimeIndexFile
- type CannotCreateStateDirectory
- type CannotCreateStream
- type CannotCreateStreamDirectory
- type CannotCreateStreamInfo
- type CannotCreateStreamsDirectory
- type CannotCreateTopic
- type CannotCreateTopicDirectory
- type CannotCreateTopicInfo
- type CannotCreateTopicsDirectory
- type CannotDecryptData
- type CannotDeleteConsumerGroupInfo
- type CannotDeleteConsumerOffsetFile
- type CannotDeleteConsumerOffsetsDirectory
- type CannotDeleteFile
- type CannotDeletePartition
- type CannotDeletePartitionDirectory
- type CannotDeleteStream
- type CannotDeleteStreamDirectory
- type CannotDeleteTopic
- type CannotDeleteTopicDirectory
- type CannotDeleteUser
- type CannotDeserializeResource
- type CannotEncryptData
- type CannotEstablishConnection
- type CannotGenerateJwt
- type CannotOpenDatabase
- type CannotOpenPartitionLogFile
- type CannotOpenStreamInfo
- type CannotOpenTopicInfo
- type CannotOverwriteFile
- type CannotParseHeaderKind
- type CannotParseUrl
- type CannotPollTopic
- type CannotReadBatchBaseOffset
- type CannotReadBatchLength
- type CannotReadBatchPayload
- type CannotReadConsumerOffsets
- type CannotReadFile
- type CannotReadFileMetadata
- type CannotReadHeadersLength
- type CannotReadHeadersPayload
- type CannotReadIndexOffset
- type CannotReadIndexPosition
- type CannotReadIndexTimestamp
- type CannotReadLastOffsetDelta
- type CannotReadMaxTimestamp
- type CannotReadMessage
- type CannotReadMessageChecksum
- type CannotReadMessageId
- type CannotReadMessageLength
- type CannotReadMessagePayload
- type CannotReadMessageState
- type CannotReadMessageTimestamp
- type CannotReadPartitions
- type CannotReadStreamInfo
- type CannotReadStreams
- type CannotReadTopicInfo
- type CannotReadTopics
- type CannotRemoveRuntimeDirectory
- type CannotSaveIndexToSegment
- type CannotSaveMessagesToSegment
- type CannotSaveTimeIndexToSegment
- type CannotSeekFile
- type CannotSendMessagesDueToClientDisconnection
- type CannotSerializeResource
- type CannotSyncFile
- type CannotUpdateStreamInfo
- type CannotUpdateTopicInfo
- type CannotWriteToFile
- type ClientNotFound
- type ClientShutdown
- type Code
- type CommandLengthError
- type ConnectionClosed
- type ConsumerGroupIdAlreadyExists
- type ConsumerGroupIdNotFound
- type ConsumerGroupMemberNotFound
- type ConsumerGroupNameAlreadyExists
- type ConsumerGroupNameNotFound
- type ConsumerOffsetNotFound
- type Disconnected
- type EmptyMessagePayload
- type EmptyResponse
- type Error
- type FailedToAddCertificate
- type FeatureUnavailable
- type HttpResponseError
- type IggyError
- type InvalidAccessToken
- type InvalidBooleanValue
- type InvalidBytesResponse
- type InvalidClientAddress
- type InvalidClientId
- type InvalidCommand
- type InvalidConfiguration
- type InvalidConnectionString
- type InvalidConsumerGroupId
- type InvalidConsumerGroupName
- type InvalidCredentials
- type InvalidEncryptionKey
- type InvalidFormat
- type InvalidHeaderKey
- type InvalidHeaderValue
- type InvalidHttpRequest
- type InvalidIdentifier
- type InvalidIndexesByteSize
- type InvalidIndexesCount
- type InvalidIpAddress
- type InvalidJsonResponse
- type InvalidJwtAlgorithm
- type InvalidJwtSecret
- type InvalidKeyValueLength
- type InvalidMessageChecksum
- type InvalidMessagePayloadLength
- type InvalidMessagesCount
- type InvalidMessagesSize
- type InvalidNumberEncoding
- type InvalidNumberValue
- type InvalidOffset
- type InvalidPassword
- type InvalidPersonalAccessToken
- type InvalidPersonalAccessTokenName
- type InvalidReplicationFactor
- type InvalidSegmentSize
- type InvalidSegmentsCount
- type InvalidServerAddress
- type InvalidSizeBytes
- type InvalidStateEntryChecksum
- type InvalidStreamId
- type InvalidStreamName
- type InvalidTlsCertificate
- type InvalidTlsCertificatePath
- type InvalidTlsDomain
- type InvalidTopicId
- type InvalidTopicName
- type InvalidTopicSize
- type InvalidUserStatus
- type InvalidUsername
- type InvalidUtf8
- type InvalidVersion
- type JwtMissing
- type MissingBaseOffsetRetainedMessageBatch
- type MissingIndex
- type MissingLastOffsetDeltaRetainedMessageBatch
- type MissingLengthRetainedMessageBatch
- type MissingMaxTimestampRetainedMessageBatch
- type MissingPayloadRetainedMessageBatch
- type NoPartitions
- type NonZeroOffset
- type NonZeroTimestamp
- type NotConnected
- type PartitionNotFound
- type PersonalAccessTokenAlreadyExists
- type PersonalAccessTokenExpired
- type PersonalAccessTokensLimitReached
- type ProducerClosed
- type ProducerSendFailed
- type QuicError
- type ResourceNotFound
- type SegmentClosed
- type SegmentNotFound
- type SnapshotFileCompletionFailed
- type StaleClient
- type StateFileCorrupted
- type StateFileNotFound
- type StreamIdAlreadyExists
- type StreamIdNotFound
- type StreamNameAlreadyExists
- type StreamNameNotFound
- type TcpError
- type TooBigMessagePayload
- type TooBigUserHeaders
- type TooManyMessages
- type TooManyPartitions
- type TooSmallMessage
- type TopicFull
- type TopicIdAlreadyExists
- type TopicIdNotFound
- type TopicNameAlreadyExists
- type TopicNameNotFound
- type Unauthenticated
- type Unauthorized
- type UserAlreadyExists
- type UserInactive
- type UsersLimitReached
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrError = Error{} ErrInvalidConfiguration = InvalidConfiguration{} ErrInvalidCommand = InvalidCommand{} ErrInvalidFormat = InvalidFormat{} ErrInvalidIdentifier = InvalidIdentifier{} ErrInvalidVersion = InvalidVersion{} ErrDisconnected = Disconnected{} ErrCannotEstablishConnection = CannotEstablishConnection{} ErrCannotCreateBaseDirectory = CannotCreateBaseDirectory{} ErrCannotCreateRuntimeDirectory = CannotCreateRuntimeDirectory{} ErrCannotRemoveRuntimeDirectory = CannotRemoveRuntimeDirectory{} ErrCannotCreateStateDirectory = CannotCreateStateDirectory{} ErrStateFileNotFound = StateFileNotFound{} ErrStateFileCorrupted = StateFileCorrupted{} ErrInvalidStateEntryChecksum = InvalidStateEntryChecksum{} ErrCannotOpenDatabase = CannotOpenDatabase{} ErrResourceNotFound = ResourceNotFound{} ErrStaleClient = StaleClient{} ErrTcpError = TcpError{} ErrQuicError = QuicError{} ErrInvalidServerAddress = InvalidServerAddress{} ErrInvalidClientAddress = InvalidClientAddress{} ErrInvalidIpAddress = InvalidIpAddress{} ErrUnauthenticated = Unauthenticated{} ErrInvalidCredentials = InvalidCredentials{} ErrInvalidUsername = InvalidUsername{} ErrInvalidPassword = InvalidPassword{} ErrInvalidUserStatus = InvalidUserStatus{} ErrUserAlreadyExists = UserAlreadyExists{} ErrUserInactive = UserInactive{} ErrCannotDeleteUser = CannotDeleteUser{} ErrCannotChangePermissions = CannotChangePermissions{} ErrInvalidPersonalAccessTokenName = InvalidPersonalAccessTokenName{} ErrPersonalAccessTokenAlreadyExists = PersonalAccessTokenAlreadyExists{} ErrPersonalAccessTokensLimitReached = PersonalAccessTokensLimitReached{} ErrInvalidPersonalAccessToken = InvalidPersonalAccessToken{} ErrPersonalAccessTokenExpired = PersonalAccessTokenExpired{} ErrUsersLimitReached = UsersLimitReached{} ErrNotConnected = NotConnected{} ErrClientShutdown = ClientShutdown{} ErrInvalidTlsDomain = InvalidTlsDomain{} ErrInvalidTlsCertificatePath = InvalidTlsCertificatePath{} ErrInvalidTlsCertificate = InvalidTlsCertificate{} ErrFailedToAddCertificate = FailedToAddCertificate{} ErrInvalidEncryptionKey = InvalidEncryptionKey{} ErrCannotEncryptData = CannotEncryptData{} ErrCannotDecryptData = CannotDecryptData{} ErrInvalidJwtAlgorithm = InvalidJwtAlgorithm{} ErrInvalidJwtSecret = InvalidJwtSecret{} ErrJwtMissing = JwtMissing{} ErrCannotGenerateJwt = CannotGenerateJwt{} ErrAccessTokenMissing = AccessTokenMissing{} ErrInvalidAccessToken = InvalidAccessToken{} ErrInvalidSizeBytes = InvalidSizeBytes{} ErrInvalidUtf8 = InvalidUtf8{} ErrInvalidNumberEncoding = InvalidNumberEncoding{} ErrInvalidBooleanValue = InvalidBooleanValue{} ErrInvalidNumberValue = InvalidNumberValue{} ErrClientNotFound = ClientNotFound{} ErrInvalidClientId = InvalidClientId{} ErrConnectionClosed = ConnectionClosed{} ErrCannotParseHeaderKind = CannotParseHeaderKind{} ErrHttpResponseError = HttpResponseError{} ErrInvalidHttpRequest = InvalidHttpRequest{} ErrInvalidJsonResponse = InvalidJsonResponse{} ErrInvalidBytesResponse = InvalidBytesResponse{} ErrEmptyResponse = EmptyResponse{} ErrCannotCreateEndpoint = CannotCreateEndpoint{} ErrCannotParseUrl = CannotParseUrl{} ErrCannotCreateStreamsDirectory = CannotCreateStreamsDirectory{} ErrCannotCreateStreamDirectory = CannotCreateStreamDirectory{} ErrCannotCreateStreamInfo = CannotCreateStreamInfo{} ErrCannotUpdateStreamInfo = CannotUpdateStreamInfo{} ErrCannotOpenStreamInfo = CannotOpenStreamInfo{} ErrCannotReadStreamInfo = CannotReadStreamInfo{} ErrCannotCreateStream = CannotCreateStream{} ErrCannotDeleteStream = CannotDeleteStream{} ErrCannotDeleteStreamDirectory = CannotDeleteStreamDirectory{} ErrStreamIdNotFound = StreamIdNotFound{} ErrStreamNameNotFound = StreamNameNotFound{} ErrStreamIdAlreadyExists = StreamIdAlreadyExists{} ErrStreamNameAlreadyExists = StreamNameAlreadyExists{} ErrInvalidStreamName = InvalidStreamName{} ErrInvalidStreamId = InvalidStreamId{} ErrCannotReadStreams = CannotReadStreams{} ErrInvalidTopicSize = InvalidTopicSize{} ErrCannotCreateTopicsDirectory = CannotCreateTopicsDirectory{} ErrCannotCreateTopicDirectory = CannotCreateTopicDirectory{} ErrCannotCreateTopicInfo = CannotCreateTopicInfo{} ErrCannotUpdateTopicInfo = CannotUpdateTopicInfo{} ErrCannotOpenTopicInfo = CannotOpenTopicInfo{} ErrCannotReadTopicInfo = CannotReadTopicInfo{} ErrCannotCreateTopic = CannotCreateTopic{} ErrCannotDeleteTopic = CannotDeleteTopic{} ErrCannotDeleteTopicDirectory = CannotDeleteTopicDirectory{} ErrCannotPollTopic = CannotPollTopic{} ErrTopicIdNotFound = TopicIdNotFound{} ErrTopicNameNotFound = TopicNameNotFound{} ErrTopicIdAlreadyExists = TopicIdAlreadyExists{} ErrTopicNameAlreadyExists = TopicNameAlreadyExists{} ErrInvalidTopicName = InvalidTopicName{} ErrTooManyPartitions = TooManyPartitions{} ErrInvalidTopicId = InvalidTopicId{} ErrCannotReadTopics = CannotReadTopics{} ErrInvalidReplicationFactor = InvalidReplicationFactor{} ErrCannotCreatePartition = CannotCreatePartition{} ErrCannotCreatePartitionsDirectory = CannotCreatePartitionsDirectory{} ErrCannotCreatePartitionDirectory = CannotCreatePartitionDirectory{} ErrCannotOpenPartitionLogFile = CannotOpenPartitionLogFile{} ErrCannotReadPartitions = CannotReadPartitions{} ErrCannotDeletePartition = CannotDeletePartition{} ErrCannotDeletePartitionDirectory = CannotDeletePartitionDirectory{} ErrPartitionNotFound = PartitionNotFound{} ErrNoPartitions = NoPartitions{} ErrTopicFull = TopicFull{} ErrCannotDeleteConsumerOffsetsDirectory = CannotDeleteConsumerOffsetsDirectory{} ErrCannotDeleteConsumerOffsetFile = CannotDeleteConsumerOffsetFile{} ErrCannotCreateConsumerOffsetsDirectory = CannotCreateConsumerOffsetsDirectory{} ErrCannotReadConsumerOffsets = CannotReadConsumerOffsets{} ErrConsumerOffsetNotFound = ConsumerOffsetNotFound{} ErrSegmentNotFound = SegmentNotFound{} ErrSegmentClosed = SegmentClosed{} ErrInvalidSegmentSize = InvalidSegmentSize{} ErrCannotCreateSegmentLogFile = CannotCreateSegmentLogFile{} ErrCannotCreateSegmentIndexFile = CannotCreateSegmentIndexFile{} ErrCannotCreateSegmentTimeIndexFile = CannotCreateSegmentTimeIndexFile{} ErrCannotSaveMessagesToSegment = CannotSaveMessagesToSegment{} ErrCannotSaveIndexToSegment = CannotSaveIndexToSegment{} ErrCannotSaveTimeIndexToSegment = CannotSaveTimeIndexToSegment{} ErrInvalidMessagesCount = InvalidMessagesCount{} ErrCannotAppendMessage = CannotAppendMessage{} ErrCannotReadMessage = CannotReadMessage{} ErrCannotReadMessageId = CannotReadMessageId{} ErrCannotReadMessageState = CannotReadMessageState{} ErrCannotReadMessageTimestamp = CannotReadMessageTimestamp{} ErrCannotReadHeadersLength = CannotReadHeadersLength{} ErrCannotReadHeadersPayload = CannotReadHeadersPayload{} ErrTooBigUserHeaders = TooBigUserHeaders{} ErrInvalidHeaderKey = InvalidHeaderKey{} ErrInvalidHeaderValue = InvalidHeaderValue{} ErrCannotReadMessageLength = CannotReadMessageLength{} ErrCannotReadMessagePayload = CannotReadMessagePayload{} ErrTooBigMessagePayload = TooBigMessagePayload{} ErrTooManyMessages = TooManyMessages{} ErrEmptyMessagePayload = EmptyMessagePayload{} ErrInvalidMessagePayloadLength = InvalidMessagePayloadLength{} ErrCannotReadMessageChecksum = CannotReadMessageChecksum{} ErrInvalidMessageChecksum = InvalidMessageChecksum{} ErrInvalidKeyValueLength = InvalidKeyValueLength{} ErrCommandLengthError = CommandLengthError{} ErrInvalidSegmentsCount = InvalidSegmentsCount{} ErrNonZeroOffset = NonZeroOffset{} ErrNonZeroTimestamp = NonZeroTimestamp{} ErrMissingIndex = MissingIndex{} ErrInvalidIndexesByteSize = InvalidIndexesByteSize{} ErrInvalidIndexesCount = InvalidIndexesCount{} ErrInvalidMessagesSize = InvalidMessagesSize{} ErrTooSmallMessage = TooSmallMessage{} ErrCannotSendMessagesDueToClientDisconnection = CannotSendMessagesDueToClientDisconnection{} ErrBackgroundSendError = BackgroundSendError{} ErrBackgroundSendTimeout = BackgroundSendTimeout{} ErrBackgroundSendBufferFull = BackgroundSendBufferFull{} ErrBackgroundWorkerDisconnected = BackgroundWorkerDisconnected{} ErrBackgroundSendBufferOverflow = BackgroundSendBufferOverflow{} ErrProducerSendFailed = ProducerSendFailed{} ErrProducerClosed = ProducerClosed{} ErrInvalidOffset = InvalidOffset{} ErrConsumerGroupIdNotFound = ConsumerGroupIdNotFound{} ErrConsumerGroupIdAlreadyExists = ConsumerGroupIdAlreadyExists{} ErrInvalidConsumerGroupId = InvalidConsumerGroupId{} ErrConsumerGroupNameNotFound = ConsumerGroupNameNotFound{} ErrConsumerGroupNameAlreadyExists = ConsumerGroupNameAlreadyExists{} ErrInvalidConsumerGroupName = InvalidConsumerGroupName{} ErrConsumerGroupMemberNotFound = ConsumerGroupMemberNotFound{} ErrCannotCreateConsumerGroupInfo = CannotCreateConsumerGroupInfo{} ErrCannotDeleteConsumerGroupInfo = CannotDeleteConsumerGroupInfo{} ErrMissingBaseOffsetRetainedMessageBatch = MissingBaseOffsetRetainedMessageBatch{} ErrMissingLastOffsetDeltaRetainedMessageBatch = MissingLastOffsetDeltaRetainedMessageBatch{} ErrMissingMaxTimestampRetainedMessageBatch = MissingMaxTimestampRetainedMessageBatch{} ErrMissingLengthRetainedMessageBatch = MissingLengthRetainedMessageBatch{} ErrMissingPayloadRetainedMessageBatch = MissingPayloadRetainedMessageBatch{} ErrCannotReadBatchBaseOffset = CannotReadBatchBaseOffset{} ErrCannotReadBatchLength = CannotReadBatchLength{} ErrCannotReadLastOffsetDelta = CannotReadLastOffsetDelta{} ErrCannotReadMaxTimestamp = CannotReadMaxTimestamp{} ErrCannotReadBatchPayload = CannotReadBatchPayload{} ErrInvalidConnectionString = InvalidConnectionString{} ErrSnapshotFileCompletionFailed = SnapshotFileCompletionFailed{} ErrCannotSerializeResource = CannotSerializeResource{} ErrCannotDeserializeResource = CannotDeserializeResource{} ErrCannotReadFile = CannotReadFile{} ErrCannotReadFileMetadata = CannotReadFileMetadata{} ErrCannotSeekFile = CannotSeekFile{} ErrCannotAppendToFile = CannotAppendToFile{} ErrCannotWriteToFile = CannotWriteToFile{} ErrCannotOverwriteFile = CannotOverwriteFile{} ErrCannotDeleteFile = CannotDeleteFile{} ErrCannotSyncFile = CannotSyncFile{} ErrCannotReadIndexOffset = CannotReadIndexOffset{} ErrCannotReadIndexPosition = CannotReadIndexPosition{} ErrCannotReadIndexTimestamp = CannotReadIndexTimestamp{} )
Functions ¶
This section is empty.
Types ¶
type AccessTokenMissing ¶ added in v0.6.0
type AccessTokenMissing struct{}
func (AccessTokenMissing) Code ¶ added in v0.6.0
func (e AccessTokenMissing) Code() Code
func (AccessTokenMissing) Error ¶ added in v0.6.0
func (e AccessTokenMissing) Error() string
func (AccessTokenMissing) Is ¶ added in v0.6.0
func (e AccessTokenMissing) Is(target error) bool
type BackgroundSendBufferFull ¶ added in v0.6.0
type BackgroundSendBufferFull struct{}
func (BackgroundSendBufferFull) Code ¶ added in v0.6.0
func (e BackgroundSendBufferFull) Code() Code
func (BackgroundSendBufferFull) Error ¶ added in v0.6.0
func (e BackgroundSendBufferFull) Error() string
func (BackgroundSendBufferFull) Is ¶ added in v0.6.0
func (e BackgroundSendBufferFull) Is(target error) bool
type BackgroundSendBufferOverflow ¶ added in v0.6.0
type BackgroundSendBufferOverflow struct{}
func (BackgroundSendBufferOverflow) Code ¶ added in v0.6.0
func (e BackgroundSendBufferOverflow) Code() Code
func (BackgroundSendBufferOverflow) Error ¶ added in v0.6.0
func (e BackgroundSendBufferOverflow) Error() string
func (BackgroundSendBufferOverflow) Is ¶ added in v0.6.0
func (e BackgroundSendBufferOverflow) Is(target error) bool
type BackgroundSendError ¶ added in v0.6.0
type BackgroundSendError struct{}
func (BackgroundSendError) Code ¶ added in v0.6.0
func (e BackgroundSendError) Code() Code
func (BackgroundSendError) Error ¶ added in v0.6.0
func (e BackgroundSendError) Error() string
func (BackgroundSendError) Is ¶ added in v0.6.0
func (e BackgroundSendError) Is(target error) bool
type BackgroundSendTimeout ¶ added in v0.6.0
type BackgroundSendTimeout struct{}
func (BackgroundSendTimeout) Code ¶ added in v0.6.0
func (e BackgroundSendTimeout) Code() Code
func (BackgroundSendTimeout) Error ¶ added in v0.6.0
func (e BackgroundSendTimeout) Error() string
func (BackgroundSendTimeout) Is ¶ added in v0.6.0
func (e BackgroundSendTimeout) Is(target error) bool
type BackgroundWorkerDisconnected ¶ added in v0.6.0
type BackgroundWorkerDisconnected struct{}
func (BackgroundWorkerDisconnected) Code ¶ added in v0.6.0
func (e BackgroundWorkerDisconnected) Code() Code
func (BackgroundWorkerDisconnected) Error ¶ added in v0.6.0
func (e BackgroundWorkerDisconnected) Error() string
func (BackgroundWorkerDisconnected) Is ¶ added in v0.6.0
func (e BackgroundWorkerDisconnected) Is(target error) bool
type CannotAppendMessage ¶ added in v0.6.0
type CannotAppendMessage struct{}
func (CannotAppendMessage) Code ¶ added in v0.6.0
func (e CannotAppendMessage) Code() Code
func (CannotAppendMessage) Error ¶ added in v0.6.0
func (e CannotAppendMessage) Error() string
func (CannotAppendMessage) Is ¶ added in v0.6.0
func (e CannotAppendMessage) Is(target error) bool
type CannotAppendToFile ¶ added in v0.6.0
type CannotAppendToFile struct{}
func (CannotAppendToFile) Code ¶ added in v0.6.0
func (e CannotAppendToFile) Code() Code
func (CannotAppendToFile) Error ¶ added in v0.6.0
func (e CannotAppendToFile) Error() string
func (CannotAppendToFile) Is ¶ added in v0.6.0
func (e CannotAppendToFile) Is(target error) bool
type CannotChangePermissions ¶ added in v0.6.0
type CannotChangePermissions struct {
ID uint32
}
func (CannotChangePermissions) Code ¶ added in v0.6.0
func (e CannotChangePermissions) Code() Code
func (CannotChangePermissions) Error ¶ added in v0.6.0
func (e CannotChangePermissions) Error() string
func (CannotChangePermissions) Is ¶ added in v0.6.0
func (e CannotChangePermissions) Is(target error) bool
type CannotCreateBaseDirectory ¶ added in v0.6.0
type CannotCreateBaseDirectory struct {
Path string
}
func (CannotCreateBaseDirectory) Code ¶ added in v0.6.0
func (e CannotCreateBaseDirectory) Code() Code
func (CannotCreateBaseDirectory) Error ¶ added in v0.6.0
func (e CannotCreateBaseDirectory) Error() string
func (CannotCreateBaseDirectory) Is ¶ added in v0.6.0
func (e CannotCreateBaseDirectory) Is(target error) bool
type CannotCreateConsumerGroupInfo ¶ added in v0.6.0
func (CannotCreateConsumerGroupInfo) Code ¶ added in v0.6.0
func (e CannotCreateConsumerGroupInfo) Code() Code
func (CannotCreateConsumerGroupInfo) Error ¶ added in v0.6.0
func (e CannotCreateConsumerGroupInfo) Error() string
func (CannotCreateConsumerGroupInfo) Is ¶ added in v0.6.0
func (e CannotCreateConsumerGroupInfo) Is(target error) bool
type CannotCreateConsumerOffsetsDirectory ¶ added in v0.6.0
type CannotCreateConsumerOffsetsDirectory struct {
Path string
}
func (CannotCreateConsumerOffsetsDirectory) Code ¶ added in v0.6.0
func (e CannotCreateConsumerOffsetsDirectory) Code() Code
func (CannotCreateConsumerOffsetsDirectory) Error ¶ added in v0.6.0
func (e CannotCreateConsumerOffsetsDirectory) Error() string
func (CannotCreateConsumerOffsetsDirectory) Is ¶ added in v0.6.0
func (e CannotCreateConsumerOffsetsDirectory) Is(target error) bool
type CannotCreateEndpoint ¶ added in v0.6.0
type CannotCreateEndpoint struct{}
func (CannotCreateEndpoint) Code ¶ added in v0.6.0
func (e CannotCreateEndpoint) Code() Code
func (CannotCreateEndpoint) Error ¶ added in v0.6.0
func (e CannotCreateEndpoint) Error() string
func (CannotCreateEndpoint) Is ¶ added in v0.6.0
func (e CannotCreateEndpoint) Is(target error) bool
type CannotCreatePartition ¶ added in v0.6.0
func (CannotCreatePartition) Code ¶ added in v0.6.0
func (e CannotCreatePartition) Code() Code
func (CannotCreatePartition) Error ¶ added in v0.6.0
func (e CannotCreatePartition) Error() string
func (CannotCreatePartition) Is ¶ added in v0.6.0
func (e CannotCreatePartition) Is(target error) bool
type CannotCreatePartitionDirectory ¶ added in v0.6.0
func (CannotCreatePartitionDirectory) Code ¶ added in v0.6.0
func (e CannotCreatePartitionDirectory) Code() Code
func (CannotCreatePartitionDirectory) Error ¶ added in v0.6.0
func (e CannotCreatePartitionDirectory) Error() string
func (CannotCreatePartitionDirectory) Is ¶ added in v0.6.0
func (e CannotCreatePartitionDirectory) Is(target error) bool
type CannotCreatePartitionsDirectory ¶ added in v0.6.0
func (CannotCreatePartitionsDirectory) Code ¶ added in v0.6.0
func (e CannotCreatePartitionsDirectory) Code() Code
func (CannotCreatePartitionsDirectory) Error ¶ added in v0.6.0
func (e CannotCreatePartitionsDirectory) Error() string
func (CannotCreatePartitionsDirectory) Is ¶ added in v0.6.0
func (e CannotCreatePartitionsDirectory) Is(target error) bool
type CannotCreateRuntimeDirectory ¶ added in v0.6.0
type CannotCreateRuntimeDirectory struct {
Path string
}
func (CannotCreateRuntimeDirectory) Code ¶ added in v0.6.0
func (e CannotCreateRuntimeDirectory) Code() Code
func (CannotCreateRuntimeDirectory) Error ¶ added in v0.6.0
func (e CannotCreateRuntimeDirectory) Error() string
func (CannotCreateRuntimeDirectory) Is ¶ added in v0.6.0
func (e CannotCreateRuntimeDirectory) Is(target error) bool
type CannotCreateSegmentIndexFile ¶ added in v0.6.0
type CannotCreateSegmentIndexFile struct {
Path string
}
func (CannotCreateSegmentIndexFile) Code ¶ added in v0.6.0
func (e CannotCreateSegmentIndexFile) Code() Code
func (CannotCreateSegmentIndexFile) Error ¶ added in v0.6.0
func (e CannotCreateSegmentIndexFile) Error() string
func (CannotCreateSegmentIndexFile) Is ¶ added in v0.6.0
func (e CannotCreateSegmentIndexFile) Is(target error) bool
type CannotCreateSegmentLogFile ¶ added in v0.6.0
type CannotCreateSegmentLogFile struct {
Path string
}
func (CannotCreateSegmentLogFile) Code ¶ added in v0.6.0
func (e CannotCreateSegmentLogFile) Code() Code
func (CannotCreateSegmentLogFile) Error ¶ added in v0.6.0
func (e CannotCreateSegmentLogFile) Error() string
func (CannotCreateSegmentLogFile) Is ¶ added in v0.6.0
func (e CannotCreateSegmentLogFile) Is(target error) bool
type CannotCreateSegmentTimeIndexFile ¶ added in v0.6.0
type CannotCreateSegmentTimeIndexFile struct {
Path string
}
func (CannotCreateSegmentTimeIndexFile) Code ¶ added in v0.6.0
func (e CannotCreateSegmentTimeIndexFile) Code() Code
func (CannotCreateSegmentTimeIndexFile) Error ¶ added in v0.6.0
func (e CannotCreateSegmentTimeIndexFile) Error() string
func (CannotCreateSegmentTimeIndexFile) Is ¶ added in v0.6.0
func (e CannotCreateSegmentTimeIndexFile) Is(target error) bool
type CannotCreateStateDirectory ¶ added in v0.6.0
type CannotCreateStateDirectory struct {
Path string
}
func (CannotCreateStateDirectory) Code ¶ added in v0.6.0
func (e CannotCreateStateDirectory) Code() Code
func (CannotCreateStateDirectory) Error ¶ added in v0.6.0
func (e CannotCreateStateDirectory) Error() string
func (CannotCreateStateDirectory) Is ¶ added in v0.6.0
func (e CannotCreateStateDirectory) Is(target error) bool
type CannotCreateStream ¶ added in v0.6.0
type CannotCreateStream struct {
ID uint32
}
func (CannotCreateStream) Code ¶ added in v0.6.0
func (e CannotCreateStream) Code() Code
func (CannotCreateStream) Error ¶ added in v0.6.0
func (e CannotCreateStream) Error() string
func (CannotCreateStream) Is ¶ added in v0.6.0
func (e CannotCreateStream) Is(target error) bool
type CannotCreateStreamDirectory ¶ added in v0.6.0
func (CannotCreateStreamDirectory) Code ¶ added in v0.6.0
func (e CannotCreateStreamDirectory) Code() Code
func (CannotCreateStreamDirectory) Error ¶ added in v0.6.0
func (e CannotCreateStreamDirectory) Error() string
func (CannotCreateStreamDirectory) Is ¶ added in v0.6.0
func (e CannotCreateStreamDirectory) Is(target error) bool
type CannotCreateStreamInfo ¶ added in v0.6.0
type CannotCreateStreamInfo struct {
ID uint32
}
func (CannotCreateStreamInfo) Code ¶ added in v0.6.0
func (e CannotCreateStreamInfo) Code() Code
func (CannotCreateStreamInfo) Error ¶ added in v0.6.0
func (e CannotCreateStreamInfo) Error() string
func (CannotCreateStreamInfo) Is ¶ added in v0.6.0
func (e CannotCreateStreamInfo) Is(target error) bool
type CannotCreateStreamsDirectory ¶ added in v0.6.0
type CannotCreateStreamsDirectory struct {
Path string
}
func (CannotCreateStreamsDirectory) Code ¶ added in v0.6.0
func (e CannotCreateStreamsDirectory) Code() Code
func (CannotCreateStreamsDirectory) Error ¶ added in v0.6.0
func (e CannotCreateStreamsDirectory) Error() string
func (CannotCreateStreamsDirectory) Is ¶ added in v0.6.0
func (e CannotCreateStreamsDirectory) Is(target error) bool
type CannotCreateTopic ¶ added in v0.6.0
func (CannotCreateTopic) Code ¶ added in v0.6.0
func (e CannotCreateTopic) Code() Code
func (CannotCreateTopic) Error ¶ added in v0.6.0
func (e CannotCreateTopic) Error() string
func (CannotCreateTopic) Is ¶ added in v0.6.0
func (e CannotCreateTopic) Is(target error) bool
type CannotCreateTopicDirectory ¶ added in v0.6.0
func (CannotCreateTopicDirectory) Code ¶ added in v0.6.0
func (e CannotCreateTopicDirectory) Code() Code
func (CannotCreateTopicDirectory) Error ¶ added in v0.6.0
func (e CannotCreateTopicDirectory) Error() string
func (CannotCreateTopicDirectory) Is ¶ added in v0.6.0
func (e CannotCreateTopicDirectory) Is(target error) bool
type CannotCreateTopicInfo ¶ added in v0.6.0
func (CannotCreateTopicInfo) Code ¶ added in v0.6.0
func (e CannotCreateTopicInfo) Code() Code
func (CannotCreateTopicInfo) Error ¶ added in v0.6.0
func (e CannotCreateTopicInfo) Error() string
func (CannotCreateTopicInfo) Is ¶ added in v0.6.0
func (e CannotCreateTopicInfo) Is(target error) bool
type CannotCreateTopicsDirectory ¶ added in v0.6.0
func (CannotCreateTopicsDirectory) Code ¶ added in v0.6.0
func (e CannotCreateTopicsDirectory) Code() Code
func (CannotCreateTopicsDirectory) Error ¶ added in v0.6.0
func (e CannotCreateTopicsDirectory) Error() string
func (CannotCreateTopicsDirectory) Is ¶ added in v0.6.0
func (e CannotCreateTopicsDirectory) Is(target error) bool
type CannotDecryptData ¶ added in v0.6.0
type CannotDecryptData struct{}
func (CannotDecryptData) Code ¶ added in v0.6.0
func (e CannotDecryptData) Code() Code
func (CannotDecryptData) Error ¶ added in v0.6.0
func (e CannotDecryptData) Error() string
func (CannotDecryptData) Is ¶ added in v0.6.0
func (e CannotDecryptData) Is(target error) bool
type CannotDeleteConsumerGroupInfo ¶ added in v0.6.0
func (CannotDeleteConsumerGroupInfo) Code ¶ added in v0.6.0
func (e CannotDeleteConsumerGroupInfo) Code() Code
func (CannotDeleteConsumerGroupInfo) Error ¶ added in v0.6.0
func (e CannotDeleteConsumerGroupInfo) Error() string
func (CannotDeleteConsumerGroupInfo) Is ¶ added in v0.6.0
func (e CannotDeleteConsumerGroupInfo) Is(target error) bool
type CannotDeleteConsumerOffsetFile ¶ added in v0.6.0
type CannotDeleteConsumerOffsetFile struct {
Path string
}
func (CannotDeleteConsumerOffsetFile) Code ¶ added in v0.6.0
func (e CannotDeleteConsumerOffsetFile) Code() Code
func (CannotDeleteConsumerOffsetFile) Error ¶ added in v0.6.0
func (e CannotDeleteConsumerOffsetFile) Error() string
func (CannotDeleteConsumerOffsetFile) Is ¶ added in v0.6.0
func (e CannotDeleteConsumerOffsetFile) Is(target error) bool
type CannotDeleteConsumerOffsetsDirectory ¶ added in v0.6.0
type CannotDeleteConsumerOffsetsDirectory struct {
Path string
}
func (CannotDeleteConsumerOffsetsDirectory) Code ¶ added in v0.6.0
func (e CannotDeleteConsumerOffsetsDirectory) Code() Code
func (CannotDeleteConsumerOffsetsDirectory) Error ¶ added in v0.6.0
func (e CannotDeleteConsumerOffsetsDirectory) Error() string
func (CannotDeleteConsumerOffsetsDirectory) Is ¶ added in v0.6.0
func (e CannotDeleteConsumerOffsetsDirectory) Is(target error) bool
type CannotDeleteFile ¶ added in v0.6.0
type CannotDeleteFile struct{}
func (CannotDeleteFile) Code ¶ added in v0.6.0
func (e CannotDeleteFile) Code() Code
func (CannotDeleteFile) Error ¶ added in v0.6.0
func (e CannotDeleteFile) Error() string
func (CannotDeleteFile) Is ¶ added in v0.6.0
func (e CannotDeleteFile) Is(target error) bool
type CannotDeletePartition ¶ added in v0.6.0
func (CannotDeletePartition) Code ¶ added in v0.6.0
func (e CannotDeletePartition) Code() Code
func (CannotDeletePartition) Error ¶ added in v0.6.0
func (e CannotDeletePartition) Error() string
func (CannotDeletePartition) Is ¶ added in v0.6.0
func (e CannotDeletePartition) Is(target error) bool
type CannotDeletePartitionDirectory ¶ added in v0.6.0
func (CannotDeletePartitionDirectory) Code ¶ added in v0.6.0
func (e CannotDeletePartitionDirectory) Code() Code
func (CannotDeletePartitionDirectory) Error ¶ added in v0.6.0
func (e CannotDeletePartitionDirectory) Error() string
func (CannotDeletePartitionDirectory) Is ¶ added in v0.6.0
func (e CannotDeletePartitionDirectory) Is(target error) bool
type CannotDeleteStream ¶ added in v0.6.0
type CannotDeleteStream struct {
ID uint32
}
func (CannotDeleteStream) Code ¶ added in v0.6.0
func (e CannotDeleteStream) Code() Code
func (CannotDeleteStream) Error ¶ added in v0.6.0
func (e CannotDeleteStream) Error() string
func (CannotDeleteStream) Is ¶ added in v0.6.0
func (e CannotDeleteStream) Is(target error) bool
type CannotDeleteStreamDirectory ¶ added in v0.6.0
type CannotDeleteStreamDirectory struct {
ID uint32
}
func (CannotDeleteStreamDirectory) Code ¶ added in v0.6.0
func (e CannotDeleteStreamDirectory) Code() Code
func (CannotDeleteStreamDirectory) Error ¶ added in v0.6.0
func (e CannotDeleteStreamDirectory) Error() string
func (CannotDeleteStreamDirectory) Is ¶ added in v0.6.0
func (e CannotDeleteStreamDirectory) Is(target error) bool
type CannotDeleteTopic ¶ added in v0.6.0
func (CannotDeleteTopic) Code ¶ added in v0.6.0
func (e CannotDeleteTopic) Code() Code
func (CannotDeleteTopic) Error ¶ added in v0.6.0
func (e CannotDeleteTopic) Error() string
func (CannotDeleteTopic) Is ¶ added in v0.6.0
func (e CannotDeleteTopic) Is(target error) bool
type CannotDeleteTopicDirectory ¶ added in v0.6.0
func (CannotDeleteTopicDirectory) Code ¶ added in v0.6.0
func (e CannotDeleteTopicDirectory) Code() Code
func (CannotDeleteTopicDirectory) Error ¶ added in v0.6.0
func (e CannotDeleteTopicDirectory) Error() string
func (CannotDeleteTopicDirectory) Is ¶ added in v0.6.0
func (e CannotDeleteTopicDirectory) Is(target error) bool
type CannotDeleteUser ¶ added in v0.6.0
type CannotDeleteUser struct {
ID uint32
}
func (CannotDeleteUser) Code ¶ added in v0.6.0
func (e CannotDeleteUser) Code() Code
func (CannotDeleteUser) Error ¶ added in v0.6.0
func (e CannotDeleteUser) Error() string
func (CannotDeleteUser) Is ¶ added in v0.6.0
func (e CannotDeleteUser) Is(target error) bool
type CannotDeserializeResource ¶ added in v0.6.0
type CannotDeserializeResource struct{}
func (CannotDeserializeResource) Code ¶ added in v0.6.0
func (e CannotDeserializeResource) Code() Code
func (CannotDeserializeResource) Error ¶ added in v0.6.0
func (e CannotDeserializeResource) Error() string
func (CannotDeserializeResource) Is ¶ added in v0.6.0
func (e CannotDeserializeResource) Is(target error) bool
type CannotEncryptData ¶ added in v0.6.0
type CannotEncryptData struct{}
func (CannotEncryptData) Code ¶ added in v0.6.0
func (e CannotEncryptData) Code() Code
func (CannotEncryptData) Error ¶ added in v0.6.0
func (e CannotEncryptData) Error() string
func (CannotEncryptData) Is ¶ added in v0.6.0
func (e CannotEncryptData) Is(target error) bool
type CannotEstablishConnection ¶ added in v0.6.0
type CannotEstablishConnection struct{}
func (CannotEstablishConnection) Code ¶ added in v0.6.0
func (e CannotEstablishConnection) Code() Code
func (CannotEstablishConnection) Error ¶ added in v0.6.0
func (e CannotEstablishConnection) Error() string
func (CannotEstablishConnection) Is ¶ added in v0.6.0
func (e CannotEstablishConnection) Is(target error) bool
type CannotGenerateJwt ¶ added in v0.6.0
type CannotGenerateJwt struct{}
func (CannotGenerateJwt) Code ¶ added in v0.6.0
func (e CannotGenerateJwt) Code() Code
func (CannotGenerateJwt) Error ¶ added in v0.6.0
func (e CannotGenerateJwt) Error() string
func (CannotGenerateJwt) Is ¶ added in v0.6.0
func (e CannotGenerateJwt) Is(target error) bool
type CannotOpenDatabase ¶ added in v0.6.0
type CannotOpenDatabase struct {
Path string
}
func (CannotOpenDatabase) Code ¶ added in v0.6.0
func (e CannotOpenDatabase) Code() Code
func (CannotOpenDatabase) Error ¶ added in v0.6.0
func (e CannotOpenDatabase) Error() string
func (CannotOpenDatabase) Is ¶ added in v0.6.0
func (e CannotOpenDatabase) Is(target error) bool
type CannotOpenPartitionLogFile ¶ added in v0.6.0
type CannotOpenPartitionLogFile struct{}
func (CannotOpenPartitionLogFile) Code ¶ added in v0.6.0
func (e CannotOpenPartitionLogFile) Code() Code
func (CannotOpenPartitionLogFile) Error ¶ added in v0.6.0
func (e CannotOpenPartitionLogFile) Error() string
func (CannotOpenPartitionLogFile) Is ¶ added in v0.6.0
func (e CannotOpenPartitionLogFile) Is(target error) bool
type CannotOpenStreamInfo ¶ added in v0.6.0
type CannotOpenStreamInfo struct {
ID uint32
}
func (CannotOpenStreamInfo) Code ¶ added in v0.6.0
func (e CannotOpenStreamInfo) Code() Code
func (CannotOpenStreamInfo) Error ¶ added in v0.6.0
func (e CannotOpenStreamInfo) Error() string
func (CannotOpenStreamInfo) Is ¶ added in v0.6.0
func (e CannotOpenStreamInfo) Is(target error) bool
type CannotOpenTopicInfo ¶ added in v0.6.0
func (CannotOpenTopicInfo) Code ¶ added in v0.6.0
func (e CannotOpenTopicInfo) Code() Code
func (CannotOpenTopicInfo) Error ¶ added in v0.6.0
func (e CannotOpenTopicInfo) Error() string
func (CannotOpenTopicInfo) Is ¶ added in v0.6.0
func (e CannotOpenTopicInfo) Is(target error) bool
type CannotOverwriteFile ¶ added in v0.6.0
type CannotOverwriteFile struct{}
func (CannotOverwriteFile) Code ¶ added in v0.6.0
func (e CannotOverwriteFile) Code() Code
func (CannotOverwriteFile) Error ¶ added in v0.6.0
func (e CannotOverwriteFile) Error() string
func (CannotOverwriteFile) Is ¶ added in v0.6.0
func (e CannotOverwriteFile) Is(target error) bool
type CannotParseHeaderKind ¶ added in v0.6.0
type CannotParseHeaderKind struct {
Str string
}
func (CannotParseHeaderKind) Code ¶ added in v0.6.0
func (e CannotParseHeaderKind) Code() Code
func (CannotParseHeaderKind) Error ¶ added in v0.6.0
func (e CannotParseHeaderKind) Error() string
func (CannotParseHeaderKind) Is ¶ added in v0.6.0
func (e CannotParseHeaderKind) Is(target error) bool
type CannotParseUrl ¶ added in v0.6.0
type CannotParseUrl struct{}
func (CannotParseUrl) Code ¶ added in v0.6.0
func (e CannotParseUrl) Code() Code
func (CannotParseUrl) Error ¶ added in v0.6.0
func (e CannotParseUrl) Error() string
func (CannotParseUrl) Is ¶ added in v0.6.0
func (e CannotParseUrl) Is(target error) bool
type CannotPollTopic ¶ added in v0.6.0
type CannotPollTopic struct{}
func (CannotPollTopic) Code ¶ added in v0.6.0
func (e CannotPollTopic) Code() Code
func (CannotPollTopic) Error ¶ added in v0.6.0
func (e CannotPollTopic) Error() string
func (CannotPollTopic) Is ¶ added in v0.6.0
func (e CannotPollTopic) Is(target error) bool
type CannotReadBatchBaseOffset ¶ added in v0.6.0
type CannotReadBatchBaseOffset struct{}
func (CannotReadBatchBaseOffset) Code ¶ added in v0.6.0
func (e CannotReadBatchBaseOffset) Code() Code
func (CannotReadBatchBaseOffset) Error ¶ added in v0.6.0
func (e CannotReadBatchBaseOffset) Error() string
func (CannotReadBatchBaseOffset) Is ¶ added in v0.6.0
func (e CannotReadBatchBaseOffset) Is(target error) bool
type CannotReadBatchLength ¶ added in v0.6.0
type CannotReadBatchLength struct{}
func (CannotReadBatchLength) Code ¶ added in v0.6.0
func (e CannotReadBatchLength) Code() Code
func (CannotReadBatchLength) Error ¶ added in v0.6.0
func (e CannotReadBatchLength) Error() string
func (CannotReadBatchLength) Is ¶ added in v0.6.0
func (e CannotReadBatchLength) Is(target error) bool
type CannotReadBatchPayload ¶ added in v0.6.0
type CannotReadBatchPayload struct{}
func (CannotReadBatchPayload) Code ¶ added in v0.6.0
func (e CannotReadBatchPayload) Code() Code
func (CannotReadBatchPayload) Error ¶ added in v0.6.0
func (e CannotReadBatchPayload) Error() string
func (CannotReadBatchPayload) Is ¶ added in v0.6.0
func (e CannotReadBatchPayload) Is(target error) bool
type CannotReadConsumerOffsets ¶ added in v0.6.0
type CannotReadConsumerOffsets struct {
Path string
}
func (CannotReadConsumerOffsets) Code ¶ added in v0.6.0
func (e CannotReadConsumerOffsets) Code() Code
func (CannotReadConsumerOffsets) Error ¶ added in v0.6.0
func (e CannotReadConsumerOffsets) Error() string
func (CannotReadConsumerOffsets) Is ¶ added in v0.6.0
func (e CannotReadConsumerOffsets) Is(target error) bool
type CannotReadFile ¶ added in v0.6.0
type CannotReadFile struct{}
func (CannotReadFile) Code ¶ added in v0.6.0
func (e CannotReadFile) Code() Code
func (CannotReadFile) Error ¶ added in v0.6.0
func (e CannotReadFile) Error() string
func (CannotReadFile) Is ¶ added in v0.6.0
func (e CannotReadFile) Is(target error) bool
type CannotReadFileMetadata ¶ added in v0.6.0
type CannotReadFileMetadata struct{}
func (CannotReadFileMetadata) Code ¶ added in v0.6.0
func (e CannotReadFileMetadata) Code() Code
func (CannotReadFileMetadata) Error ¶ added in v0.6.0
func (e CannotReadFileMetadata) Error() string
func (CannotReadFileMetadata) Is ¶ added in v0.6.0
func (e CannotReadFileMetadata) Is(target error) bool
type CannotReadHeadersLength ¶ added in v0.6.0
type CannotReadHeadersLength struct{}
func (CannotReadHeadersLength) Code ¶ added in v0.6.0
func (e CannotReadHeadersLength) Code() Code
func (CannotReadHeadersLength) Error ¶ added in v0.6.0
func (e CannotReadHeadersLength) Error() string
func (CannotReadHeadersLength) Is ¶ added in v0.6.0
func (e CannotReadHeadersLength) Is(target error) bool
type CannotReadHeadersPayload ¶ added in v0.6.0
type CannotReadHeadersPayload struct{}
func (CannotReadHeadersPayload) Code ¶ added in v0.6.0
func (e CannotReadHeadersPayload) Code() Code
func (CannotReadHeadersPayload) Error ¶ added in v0.6.0
func (e CannotReadHeadersPayload) Error() string
func (CannotReadHeadersPayload) Is ¶ added in v0.6.0
func (e CannotReadHeadersPayload) Is(target error) bool
type CannotReadIndexOffset ¶ added in v0.6.0
type CannotReadIndexOffset struct{}
func (CannotReadIndexOffset) Code ¶ added in v0.6.0
func (e CannotReadIndexOffset) Code() Code
func (CannotReadIndexOffset) Error ¶ added in v0.6.0
func (e CannotReadIndexOffset) Error() string
func (CannotReadIndexOffset) Is ¶ added in v0.6.0
func (e CannotReadIndexOffset) Is(target error) bool
type CannotReadIndexPosition ¶ added in v0.6.0
type CannotReadIndexPosition struct{}
func (CannotReadIndexPosition) Code ¶ added in v0.6.0
func (e CannotReadIndexPosition) Code() Code
func (CannotReadIndexPosition) Error ¶ added in v0.6.0
func (e CannotReadIndexPosition) Error() string
func (CannotReadIndexPosition) Is ¶ added in v0.6.0
func (e CannotReadIndexPosition) Is(target error) bool
type CannotReadIndexTimestamp ¶ added in v0.6.0
type CannotReadIndexTimestamp struct{}
func (CannotReadIndexTimestamp) Code ¶ added in v0.6.0
func (e CannotReadIndexTimestamp) Code() Code
func (CannotReadIndexTimestamp) Error ¶ added in v0.6.0
func (e CannotReadIndexTimestamp) Error() string
func (CannotReadIndexTimestamp) Is ¶ added in v0.6.0
func (e CannotReadIndexTimestamp) Is(target error) bool
type CannotReadLastOffsetDelta ¶ added in v0.6.0
type CannotReadLastOffsetDelta struct{}
func (CannotReadLastOffsetDelta) Code ¶ added in v0.6.0
func (e CannotReadLastOffsetDelta) Code() Code
func (CannotReadLastOffsetDelta) Error ¶ added in v0.6.0
func (e CannotReadLastOffsetDelta) Error() string
func (CannotReadLastOffsetDelta) Is ¶ added in v0.6.0
func (e CannotReadLastOffsetDelta) Is(target error) bool
type CannotReadMaxTimestamp ¶ added in v0.6.0
type CannotReadMaxTimestamp struct{}
func (CannotReadMaxTimestamp) Code ¶ added in v0.6.0
func (e CannotReadMaxTimestamp) Code() Code
func (CannotReadMaxTimestamp) Error ¶ added in v0.6.0
func (e CannotReadMaxTimestamp) Error() string
func (CannotReadMaxTimestamp) Is ¶ added in v0.6.0
func (e CannotReadMaxTimestamp) Is(target error) bool
type CannotReadMessage ¶ added in v0.6.0
type CannotReadMessage struct{}
func (CannotReadMessage) Code ¶ added in v0.6.0
func (e CannotReadMessage) Code() Code
func (CannotReadMessage) Error ¶ added in v0.6.0
func (e CannotReadMessage) Error() string
func (CannotReadMessage) Is ¶ added in v0.6.0
func (e CannotReadMessage) Is(target error) bool
type CannotReadMessageChecksum ¶ added in v0.6.0
type CannotReadMessageChecksum struct{}
func (CannotReadMessageChecksum) Code ¶ added in v0.6.0
func (e CannotReadMessageChecksum) Code() Code
func (CannotReadMessageChecksum) Error ¶ added in v0.6.0
func (e CannotReadMessageChecksum) Error() string
func (CannotReadMessageChecksum) Is ¶ added in v0.6.0
func (e CannotReadMessageChecksum) Is(target error) bool
type CannotReadMessageId ¶ added in v0.6.0
type CannotReadMessageId struct{}
func (CannotReadMessageId) Code ¶ added in v0.6.0
func (e CannotReadMessageId) Code() Code
func (CannotReadMessageId) Error ¶ added in v0.6.0
func (e CannotReadMessageId) Error() string
func (CannotReadMessageId) Is ¶ added in v0.6.0
func (e CannotReadMessageId) Is(target error) bool
type CannotReadMessageLength ¶ added in v0.6.0
type CannotReadMessageLength struct{}
func (CannotReadMessageLength) Code ¶ added in v0.6.0
func (e CannotReadMessageLength) Code() Code
func (CannotReadMessageLength) Error ¶ added in v0.6.0
func (e CannotReadMessageLength) Error() string
func (CannotReadMessageLength) Is ¶ added in v0.6.0
func (e CannotReadMessageLength) Is(target error) bool
type CannotReadMessagePayload ¶ added in v0.6.0
type CannotReadMessagePayload struct{}
func (CannotReadMessagePayload) Code ¶ added in v0.6.0
func (e CannotReadMessagePayload) Code() Code
func (CannotReadMessagePayload) Error ¶ added in v0.6.0
func (e CannotReadMessagePayload) Error() string
func (CannotReadMessagePayload) Is ¶ added in v0.6.0
func (e CannotReadMessagePayload) Is(target error) bool
type CannotReadMessageState ¶ added in v0.6.0
type CannotReadMessageState struct{}
func (CannotReadMessageState) Code ¶ added in v0.6.0
func (e CannotReadMessageState) Code() Code
func (CannotReadMessageState) Error ¶ added in v0.6.0
func (e CannotReadMessageState) Error() string
func (CannotReadMessageState) Is ¶ added in v0.6.0
func (e CannotReadMessageState) Is(target error) bool
type CannotReadMessageTimestamp ¶ added in v0.6.0
type CannotReadMessageTimestamp struct{}
func (CannotReadMessageTimestamp) Code ¶ added in v0.6.0
func (e CannotReadMessageTimestamp) Code() Code
func (CannotReadMessageTimestamp) Error ¶ added in v0.6.0
func (e CannotReadMessageTimestamp) Error() string
func (CannotReadMessageTimestamp) Is ¶ added in v0.6.0
func (e CannotReadMessageTimestamp) Is(target error) bool
type CannotReadPartitions ¶ added in v0.6.0
type CannotReadPartitions struct{}
func (CannotReadPartitions) Code ¶ added in v0.6.0
func (e CannotReadPartitions) Code() Code
func (CannotReadPartitions) Error ¶ added in v0.6.0
func (e CannotReadPartitions) Error() string
func (CannotReadPartitions) Is ¶ added in v0.6.0
func (e CannotReadPartitions) Is(target error) bool
type CannotReadStreamInfo ¶ added in v0.6.0
type CannotReadStreamInfo struct {
ID uint32
}
func (CannotReadStreamInfo) Code ¶ added in v0.6.0
func (e CannotReadStreamInfo) Code() Code
func (CannotReadStreamInfo) Error ¶ added in v0.6.0
func (e CannotReadStreamInfo) Error() string
func (CannotReadStreamInfo) Is ¶ added in v0.6.0
func (e CannotReadStreamInfo) Is(target error) bool
type CannotReadStreams ¶ added in v0.6.0
type CannotReadStreams struct{}
func (CannotReadStreams) Code ¶ added in v0.6.0
func (e CannotReadStreams) Code() Code
func (CannotReadStreams) Error ¶ added in v0.6.0
func (e CannotReadStreams) Error() string
func (CannotReadStreams) Is ¶ added in v0.6.0
func (e CannotReadStreams) Is(target error) bool
type CannotReadTopicInfo ¶ added in v0.6.0
func (CannotReadTopicInfo) Code ¶ added in v0.6.0
func (e CannotReadTopicInfo) Code() Code
func (CannotReadTopicInfo) Error ¶ added in v0.6.0
func (e CannotReadTopicInfo) Error() string
func (CannotReadTopicInfo) Is ¶ added in v0.6.0
func (e CannotReadTopicInfo) Is(target error) bool
type CannotReadTopics ¶ added in v0.6.0
type CannotReadTopics struct {
ID uint32
}
func (CannotReadTopics) Code ¶ added in v0.6.0
func (e CannotReadTopics) Code() Code
func (CannotReadTopics) Error ¶ added in v0.6.0
func (e CannotReadTopics) Error() string
func (CannotReadTopics) Is ¶ added in v0.6.0
func (e CannotReadTopics) Is(target error) bool
type CannotRemoveRuntimeDirectory ¶ added in v0.6.0
type CannotRemoveRuntimeDirectory struct {
Path string
}
func (CannotRemoveRuntimeDirectory) Code ¶ added in v0.6.0
func (e CannotRemoveRuntimeDirectory) Code() Code
func (CannotRemoveRuntimeDirectory) Error ¶ added in v0.6.0
func (e CannotRemoveRuntimeDirectory) Error() string
func (CannotRemoveRuntimeDirectory) Is ¶ added in v0.6.0
func (e CannotRemoveRuntimeDirectory) Is(target error) bool
type CannotSaveIndexToSegment ¶ added in v0.6.0
type CannotSaveIndexToSegment struct{}
func (CannotSaveIndexToSegment) Code ¶ added in v0.6.0
func (e CannotSaveIndexToSegment) Code() Code
func (CannotSaveIndexToSegment) Error ¶ added in v0.6.0
func (e CannotSaveIndexToSegment) Error() string
func (CannotSaveIndexToSegment) Is ¶ added in v0.6.0
func (e CannotSaveIndexToSegment) Is(target error) bool
type CannotSaveMessagesToSegment ¶ added in v0.6.0
type CannotSaveMessagesToSegment struct{}
func (CannotSaveMessagesToSegment) Code ¶ added in v0.6.0
func (e CannotSaveMessagesToSegment) Code() Code
func (CannotSaveMessagesToSegment) Error ¶ added in v0.6.0
func (e CannotSaveMessagesToSegment) Error() string
func (CannotSaveMessagesToSegment) Is ¶ added in v0.6.0
func (e CannotSaveMessagesToSegment) Is(target error) bool
type CannotSaveTimeIndexToSegment ¶ added in v0.6.0
type CannotSaveTimeIndexToSegment struct{}
func (CannotSaveTimeIndexToSegment) Code ¶ added in v0.6.0
func (e CannotSaveTimeIndexToSegment) Code() Code
func (CannotSaveTimeIndexToSegment) Error ¶ added in v0.6.0
func (e CannotSaveTimeIndexToSegment) Error() string
func (CannotSaveTimeIndexToSegment) Is ¶ added in v0.6.0
func (e CannotSaveTimeIndexToSegment) Is(target error) bool
type CannotSeekFile ¶ added in v0.6.0
type CannotSeekFile struct{}
func (CannotSeekFile) Code ¶ added in v0.6.0
func (e CannotSeekFile) Code() Code
func (CannotSeekFile) Error ¶ added in v0.6.0
func (e CannotSeekFile) Error() string
func (CannotSeekFile) Is ¶ added in v0.6.0
func (e CannotSeekFile) Is(target error) bool
type CannotSendMessagesDueToClientDisconnection ¶ added in v0.6.0
type CannotSendMessagesDueToClientDisconnection struct{}
func (CannotSendMessagesDueToClientDisconnection) Code ¶ added in v0.6.0
func (e CannotSendMessagesDueToClientDisconnection) Code() Code
func (CannotSendMessagesDueToClientDisconnection) Error ¶ added in v0.6.0
func (e CannotSendMessagesDueToClientDisconnection) Error() string
func (CannotSendMessagesDueToClientDisconnection) Is ¶ added in v0.6.0
func (e CannotSendMessagesDueToClientDisconnection) Is(target error) bool
type CannotSerializeResource ¶ added in v0.6.0
type CannotSerializeResource struct{}
func (CannotSerializeResource) Code ¶ added in v0.6.0
func (e CannotSerializeResource) Code() Code
func (CannotSerializeResource) Error ¶ added in v0.6.0
func (e CannotSerializeResource) Error() string
func (CannotSerializeResource) Is ¶ added in v0.6.0
func (e CannotSerializeResource) Is(target error) bool
type CannotSyncFile ¶ added in v0.6.0
type CannotSyncFile struct{}
func (CannotSyncFile) Code ¶ added in v0.6.0
func (e CannotSyncFile) Code() Code
func (CannotSyncFile) Error ¶ added in v0.6.0
func (e CannotSyncFile) Error() string
func (CannotSyncFile) Is ¶ added in v0.6.0
func (e CannotSyncFile) Is(target error) bool
type CannotUpdateStreamInfo ¶ added in v0.6.0
type CannotUpdateStreamInfo struct {
ID uint32
}
func (CannotUpdateStreamInfo) Code ¶ added in v0.6.0
func (e CannotUpdateStreamInfo) Code() Code
func (CannotUpdateStreamInfo) Error ¶ added in v0.6.0
func (e CannotUpdateStreamInfo) Error() string
func (CannotUpdateStreamInfo) Is ¶ added in v0.6.0
func (e CannotUpdateStreamInfo) Is(target error) bool
type CannotUpdateTopicInfo ¶ added in v0.6.0
func (CannotUpdateTopicInfo) Code ¶ added in v0.6.0
func (e CannotUpdateTopicInfo) Code() Code
func (CannotUpdateTopicInfo) Error ¶ added in v0.6.0
func (e CannotUpdateTopicInfo) Error() string
func (CannotUpdateTopicInfo) Is ¶ added in v0.6.0
func (e CannotUpdateTopicInfo) Is(target error) bool
type CannotWriteToFile ¶ added in v0.6.0
type CannotWriteToFile struct{}
func (CannotWriteToFile) Code ¶ added in v0.6.0
func (e CannotWriteToFile) Code() Code
func (CannotWriteToFile) Error ¶ added in v0.6.0
func (e CannotWriteToFile) Error() string
func (CannotWriteToFile) Is ¶ added in v0.6.0
func (e CannotWriteToFile) Is(target error) bool
type ClientNotFound ¶ added in v0.6.0
type ClientNotFound struct {
ID uint32
}
func (ClientNotFound) Code ¶ added in v0.6.0
func (e ClientNotFound) Code() Code
func (ClientNotFound) Error ¶ added in v0.6.0
func (e ClientNotFound) Error() string
func (ClientNotFound) Is ¶ added in v0.6.0
func (e ClientNotFound) Is(target error) bool
type ClientShutdown ¶ added in v0.6.0
type ClientShutdown struct{}
func (ClientShutdown) Code ¶ added in v0.6.0
func (e ClientShutdown) Code() Code
func (ClientShutdown) Error ¶ added in v0.6.0
func (e ClientShutdown) Error() string
func (ClientShutdown) Is ¶ added in v0.6.0
func (e ClientShutdown) Is(target error) bool
type Code ¶ added in v0.6.0
type Code uint32
const ( ErrorCode Code = 1 InvalidConfigurationCode Code = 2 InvalidCommandCode Code = 3 InvalidFormatCode Code = 4 InvalidIdentifierCode Code = 6 InvalidVersionCode Code = 7 DisconnectedCode Code = 8 CannotEstablishConnectionCode Code = 9 CannotCreateBaseDirectoryCode Code = 10 CannotCreateRuntimeDirectoryCode Code = 11 CannotRemoveRuntimeDirectoryCode Code = 12 CannotCreateStateDirectoryCode Code = 13 StateFileNotFoundCode Code = 14 StateFileCorruptedCode Code = 15 InvalidStateEntryChecksumCode Code = 16 CannotOpenDatabaseCode Code = 19 ResourceNotFoundCode Code = 20 StaleClientCode Code = 30 TcpErrorCode Code = 31 QuicErrorCode Code = 32 InvalidServerAddressCode Code = 33 InvalidClientAddressCode Code = 34 InvalidIpAddressCode Code = 35 UnauthenticatedCode Code = 40 InvalidCredentialsCode Code = 42 InvalidUsernameCode Code = 43 InvalidPasswordCode Code = 44 InvalidUserStatusCode Code = 45 UserAlreadyExistsCode Code = 46 UserInactiveCode Code = 47 CannotDeleteUserCode Code = 48 CannotChangePermissionsCode Code = 49 InvalidPersonalAccessTokenNameCode Code = 50 PersonalAccessTokenAlreadyExistsCode Code = 51 PersonalAccessTokensLimitReachedCode Code = 52 InvalidPersonalAccessTokenCode Code = 53 PersonalAccessTokenExpiredCode Code = 54 UsersLimitReachedCode Code = 55 NotConnectedCode Code = 61 ClientShutdownCode Code = 63 InvalidTlsDomainCode Code = 64 InvalidTlsCertificatePathCode Code = 65 InvalidTlsCertificateCode Code = 66 FailedToAddCertificateCode Code = 67 InvalidEncryptionKeyCode Code = 70 CannotEncryptDataCode Code = 71 CannotDecryptDataCode Code = 72 InvalidJwtAlgorithmCode Code = 73 InvalidJwtSecretCode Code = 74 JwtMissingCode Code = 75 CannotGenerateJwtCode Code = 76 AccessTokenMissingCode Code = 77 InvalidAccessTokenCode Code = 78 InvalidSizeBytesCode Code = 80 InvalidUtf8Code Code = 81 InvalidNumberEncodingCode Code = 82 InvalidBooleanValueCode Code = 83 InvalidNumberValueCode Code = 84 ClientNotFoundCode Code = 100 InvalidClientIdCode Code = 101 ConnectionClosedCode Code = 206 CannotParseHeaderKindCode Code = 209 HttpResponseErrorCode Code = 300 InvalidHttpRequestCode Code = 301 InvalidJsonResponseCode Code = 302 InvalidBytesResponseCode Code = 303 EmptyResponseCode Code = 304 CannotCreateEndpointCode Code = 305 CannotParseUrlCode Code = 306 CannotCreateStreamsDirectoryCode Code = 1000 CannotCreateStreamDirectoryCode Code = 1001 CannotCreateStreamInfoCode Code = 1002 CannotUpdateStreamInfoCode Code = 1003 CannotOpenStreamInfoCode Code = 1004 CannotReadStreamInfoCode Code = 1005 CannotCreateStreamCode Code = 1006 CannotDeleteStreamCode Code = 1007 CannotDeleteStreamDirectoryCode Code = 1008 StreamIdNotFoundCode Code = 1009 StreamNameNotFoundCode Code = 1010 StreamIdAlreadyExistsCode Code = 1011 StreamNameAlreadyExistsCode Code = 1012 InvalidStreamNameCode Code = 1013 InvalidStreamIdCode Code = 1014 CannotReadStreamsCode Code = 1015 InvalidTopicSizeCode Code = 1019 CannotCreateTopicsDirectoryCode Code = 2000 CannotCreateTopicDirectoryCode Code = 2001 CannotCreateTopicInfoCode Code = 2002 CannotUpdateTopicInfoCode Code = 2003 CannotOpenTopicInfoCode Code = 2004 CannotReadTopicInfoCode Code = 2005 CannotCreateTopicCode Code = 2006 CannotDeleteTopicCode Code = 2007 CannotDeleteTopicDirectoryCode Code = 2008 CannotPollTopicCode Code = 2009 TopicIdNotFoundCode Code = 2010 TopicNameNotFoundCode Code = 2011 TopicIdAlreadyExistsCode Code = 2012 TopicNameAlreadyExistsCode Code = 2013 InvalidTopicNameCode Code = 2014 TooManyPartitionsCode Code = 2015 InvalidTopicIdCode Code = 2016 CannotReadTopicsCode Code = 2017 InvalidReplicationFactorCode Code = 2018 CannotCreatePartitionCode Code = 3000 CannotCreatePartitionsDirectoryCode Code = 3001 CannotCreatePartitionDirectoryCode Code = 3002 CannotOpenPartitionLogFileCode Code = 3003 CannotReadPartitionsCode Code = 3004 CannotDeletePartitionCode Code = 3005 CannotDeletePartitionDirectoryCode Code = 3006 PartitionNotFoundCode Code = 3007 NoPartitionsCode Code = 3008 TopicFullCode Code = 3009 CannotDeleteConsumerOffsetsDirectoryCode Code = 3010 CannotDeleteConsumerOffsetFileCode Code = 3011 CannotCreateConsumerOffsetsDirectoryCode Code = 3012 CannotReadConsumerOffsetsCode Code = 3020 ConsumerOffsetNotFoundCode Code = 3021 SegmentNotFoundCode Code = 4000 SegmentClosedCode Code = 4001 InvalidSegmentSizeCode Code = 4002 CannotCreateSegmentLogFileCode Code = 4003 CannotCreateSegmentIndexFileCode Code = 4004 CannotCreateSegmentTimeIndexFileCode Code = 4005 CannotSaveMessagesToSegmentCode Code = 4006 CannotSaveIndexToSegmentCode Code = 4007 CannotSaveTimeIndexToSegmentCode Code = 4008 InvalidMessagesCountCode Code = 4009 CannotAppendMessageCode Code = 4010 CannotReadMessageCode Code = 4011 CannotReadMessageIdCode Code = 4012 CannotReadMessageStateCode Code = 4013 CannotReadMessageTimestampCode Code = 4014 CannotReadHeadersLengthCode Code = 4015 CannotReadHeadersPayloadCode Code = 4016 TooBigUserHeadersCode Code = 4017 InvalidHeaderKeyCode Code = 4018 InvalidHeaderValueCode Code = 4019 CannotReadMessageLengthCode Code = 4020 CannotReadMessagePayloadCode Code = 4021 TooBigMessagePayloadCode Code = 4022 TooManyMessagesCode Code = 4023 EmptyMessagePayloadCode Code = 4024 InvalidMessagePayloadLengthCode Code = 4025 CannotReadMessageChecksumCode Code = 4026 InvalidMessageChecksumCode Code = 4027 InvalidKeyValueLengthCode Code = 4028 CommandLengthErrorCode Code = 4029 InvalidSegmentsCountCode Code = 4030 NonZeroOffsetCode Code = 4031 NonZeroTimestampCode Code = 4032 MissingIndexCode Code = 4033 InvalidIndexesByteSizeCode Code = 4034 InvalidIndexesCountCode Code = 4035 InvalidMessagesSizeCode Code = 4036 TooSmallMessageCode Code = 4037 CannotSendMessagesDueToClientDisconnectionCode Code = 4050 BackgroundSendErrorCode Code = 4051 BackgroundSendTimeoutCode Code = 4052 BackgroundSendBufferFullCode Code = 4053 BackgroundWorkerDisconnectedCode Code = 4054 BackgroundSendBufferOverflowCode Code = 4055 ProducerSendFailedCode Code = 4056 ProducerClosedCode Code = 4057 InvalidOffsetCode Code = 4100 ConsumerGroupIdNotFoundCode Code = 5000 ConsumerGroupIdAlreadyExistsCode Code = 5001 InvalidConsumerGroupIdCode Code = 5002 ConsumerGroupNameNotFoundCode Code = 5003 ConsumerGroupNameAlreadyExistsCode Code = 5004 InvalidConsumerGroupNameCode Code = 5005 ConsumerGroupMemberNotFoundCode Code = 5006 CannotCreateConsumerGroupInfoCode Code = 5007 CannotDeleteConsumerGroupInfoCode Code = 5008 MissingBaseOffsetRetainedMessageBatchCode Code = 6000 MissingLastOffsetDeltaRetainedMessageBatchCode Code = 6001 MissingMaxTimestampRetainedMessageBatchCode Code = 6002 MissingLengthRetainedMessageBatchCode Code = 6003 MissingPayloadRetainedMessageBatchCode Code = 6004 CannotReadBatchBaseOffsetCode Code = 7000 CannotReadBatchLengthCode Code = 7001 CannotReadLastOffsetDeltaCode Code = 7002 CannotReadMaxTimestampCode Code = 7003 CannotReadBatchPayloadCode Code = 7004 InvalidConnectionStringCode Code = 8000 SnapshotFileCompletionFailedCode Code = 9000 CannotSerializeResourceCode Code = 10000 CannotDeserializeResourceCode Code = 10001 CannotReadFileCode Code = 10002 CannotReadFileMetadataCode Code = 10003 CannotSeekFileCode Code = 10004 CannotAppendToFileCode Code = 10005 CannotWriteToFileCode Code = 10006 CannotOverwriteFileCode Code = 10007 CannotDeleteFileCode Code = 10008 CannotSyncFileCode Code = 10009 CannotReadIndexOffsetCode Code = 10010 CannotReadIndexPositionCode Code = 10011 CannotReadIndexTimestampCode Code = 10012 )
type CommandLengthError ¶ added in v0.6.0
type CommandLengthError struct {
Detail string
}
func (CommandLengthError) Code ¶ added in v0.6.0
func (e CommandLengthError) Code() Code
func (CommandLengthError) Error ¶ added in v0.6.0
func (e CommandLengthError) Error() string
func (CommandLengthError) Is ¶ added in v0.6.0
func (e CommandLengthError) Is(target error) bool
type ConnectionClosed ¶ added in v0.6.0
type ConnectionClosed struct{}
func (ConnectionClosed) Code ¶ added in v0.6.0
func (e ConnectionClosed) Code() Code
func (ConnectionClosed) Error ¶ added in v0.6.0
func (e ConnectionClosed) Error() string
func (ConnectionClosed) Is ¶ added in v0.6.0
func (e ConnectionClosed) Is(target error) bool
type ConsumerGroupIdAlreadyExists ¶ added in v0.6.0
func (ConsumerGroupIdAlreadyExists) Code ¶ added in v0.6.0
func (e ConsumerGroupIdAlreadyExists) Code() Code
func (ConsumerGroupIdAlreadyExists) Error ¶ added in v0.6.0
func (e ConsumerGroupIdAlreadyExists) Error() string
func (ConsumerGroupIdAlreadyExists) Is ¶ added in v0.6.0
func (e ConsumerGroupIdAlreadyExists) Is(target error) bool
type ConsumerGroupIdNotFound ¶
func (ConsumerGroupIdNotFound) Code ¶ added in v0.6.0
func (e ConsumerGroupIdNotFound) Code() Code
func (ConsumerGroupIdNotFound) Error ¶ added in v0.6.0
func (e ConsumerGroupIdNotFound) Error() string
func (ConsumerGroupIdNotFound) Is ¶ added in v0.6.0
func (e ConsumerGroupIdNotFound) Is(target error) bool
type ConsumerGroupMemberNotFound ¶ added in v0.6.0
func (ConsumerGroupMemberNotFound) Code ¶ added in v0.6.0
func (e ConsumerGroupMemberNotFound) Code() Code
func (ConsumerGroupMemberNotFound) Error ¶ added in v0.6.0
func (e ConsumerGroupMemberNotFound) Error() string
func (ConsumerGroupMemberNotFound) Is ¶ added in v0.6.0
func (e ConsumerGroupMemberNotFound) Is(target error) bool
type ConsumerGroupNameAlreadyExists ¶ added in v0.6.0
func (ConsumerGroupNameAlreadyExists) Code ¶ added in v0.6.0
func (e ConsumerGroupNameAlreadyExists) Code() Code
func (ConsumerGroupNameAlreadyExists) Error ¶ added in v0.6.0
func (e ConsumerGroupNameAlreadyExists) Error() string
func (ConsumerGroupNameAlreadyExists) Is ¶ added in v0.6.0
func (e ConsumerGroupNameAlreadyExists) Is(target error) bool
type ConsumerGroupNameNotFound ¶ added in v0.6.0
func (ConsumerGroupNameNotFound) Code ¶ added in v0.6.0
func (e ConsumerGroupNameNotFound) Code() Code
func (ConsumerGroupNameNotFound) Error ¶ added in v0.6.0
func (e ConsumerGroupNameNotFound) Error() string
func (ConsumerGroupNameNotFound) Is ¶ added in v0.6.0
func (e ConsumerGroupNameNotFound) Is(target error) bool
type ConsumerOffsetNotFound ¶ added in v0.6.0
type ConsumerOffsetNotFound struct {
ID uint32
}
func (ConsumerOffsetNotFound) Code ¶ added in v0.6.0
func (e ConsumerOffsetNotFound) Code() Code
func (ConsumerOffsetNotFound) Error ¶ added in v0.6.0
func (e ConsumerOffsetNotFound) Error() string
func (ConsumerOffsetNotFound) Is ¶ added in v0.6.0
func (e ConsumerOffsetNotFound) Is(target error) bool
type Disconnected ¶ added in v0.6.0
type Disconnected struct{}
func (Disconnected) Code ¶ added in v0.6.0
func (e Disconnected) Code() Code
func (Disconnected) Error ¶ added in v0.6.0
func (e Disconnected) Error() string
func (Disconnected) Is ¶ added in v0.6.0
func (e Disconnected) Is(target error) bool
type EmptyMessagePayload ¶ added in v0.6.0
type EmptyMessagePayload struct{}
func (EmptyMessagePayload) Code ¶ added in v0.6.0
func (e EmptyMessagePayload) Code() Code
func (EmptyMessagePayload) Error ¶ added in v0.6.0
func (e EmptyMessagePayload) Error() string
func (EmptyMessagePayload) Is ¶ added in v0.6.0
func (e EmptyMessagePayload) Is(target error) bool
type EmptyResponse ¶ added in v0.6.0
type EmptyResponse struct{}
func (EmptyResponse) Code ¶ added in v0.6.0
func (e EmptyResponse) Code() Code
func (EmptyResponse) Error ¶ added in v0.6.0
func (e EmptyResponse) Error() string
func (EmptyResponse) Is ¶ added in v0.6.0
func (e EmptyResponse) Is(target error) bool
type FailedToAddCertificate ¶ added in v0.6.0
type FailedToAddCertificate struct{}
func (FailedToAddCertificate) Code ¶ added in v0.6.0
func (e FailedToAddCertificate) Code() Code
func (FailedToAddCertificate) Error ¶ added in v0.6.0
func (e FailedToAddCertificate) Error() string
func (FailedToAddCertificate) Is ¶ added in v0.6.0
func (e FailedToAddCertificate) Is(target error) bool
type FeatureUnavailable ¶ added in v0.6.0
type FeatureUnavailable struct{}
func (FeatureUnavailable) Code ¶ added in v0.6.0
func (e FeatureUnavailable) Code() Code
func (FeatureUnavailable) Error ¶ added in v0.6.0
func (e FeatureUnavailable) Error() string
func (FeatureUnavailable) Is ¶ added in v0.6.0
func (e FeatureUnavailable) Is(target error) bool
type HttpResponseError ¶ added in v0.6.0
func (HttpResponseError) Code ¶ added in v0.6.0
func (e HttpResponseError) Code() Code
func (HttpResponseError) Error ¶ added in v0.6.0
func (e HttpResponseError) Error() string
func (HttpResponseError) Is ¶ added in v0.6.0
func (e HttpResponseError) Is(target error) bool
type InvalidAccessToken ¶ added in v0.6.0
type InvalidAccessToken struct{}
func (InvalidAccessToken) Code ¶ added in v0.6.0
func (e InvalidAccessToken) Code() Code
func (InvalidAccessToken) Error ¶ added in v0.6.0
func (e InvalidAccessToken) Error() string
func (InvalidAccessToken) Is ¶ added in v0.6.0
func (e InvalidAccessToken) Is(target error) bool
type InvalidBooleanValue ¶ added in v0.6.0
type InvalidBooleanValue struct{}
func (InvalidBooleanValue) Code ¶ added in v0.6.0
func (e InvalidBooleanValue) Code() Code
func (InvalidBooleanValue) Error ¶ added in v0.6.0
func (e InvalidBooleanValue) Error() string
func (InvalidBooleanValue) Is ¶ added in v0.6.0
func (e InvalidBooleanValue) Is(target error) bool
type InvalidBytesResponse ¶ added in v0.6.0
type InvalidBytesResponse struct{}
func (InvalidBytesResponse) Code ¶ added in v0.6.0
func (e InvalidBytesResponse) Code() Code
func (InvalidBytesResponse) Error ¶ added in v0.6.0
func (e InvalidBytesResponse) Error() string
func (InvalidBytesResponse) Is ¶ added in v0.6.0
func (e InvalidBytesResponse) Is(target error) bool
type InvalidClientAddress ¶ added in v0.6.0
type InvalidClientAddress struct{}
func (InvalidClientAddress) Code ¶ added in v0.6.0
func (e InvalidClientAddress) Code() Code
func (InvalidClientAddress) Error ¶ added in v0.6.0
func (e InvalidClientAddress) Error() string
func (InvalidClientAddress) Is ¶ added in v0.6.0
func (e InvalidClientAddress) Is(target error) bool
type InvalidClientId ¶ added in v0.6.0
type InvalidClientId struct{}
func (InvalidClientId) Code ¶ added in v0.6.0
func (e InvalidClientId) Code() Code
func (InvalidClientId) Error ¶ added in v0.6.0
func (e InvalidClientId) Error() string
func (InvalidClientId) Is ¶ added in v0.6.0
func (e InvalidClientId) Is(target error) bool
type InvalidCommand ¶ added in v0.6.0
type InvalidCommand struct{}
func (InvalidCommand) Code ¶ added in v0.6.0
func (e InvalidCommand) Code() Code
func (InvalidCommand) Error ¶ added in v0.6.0
func (e InvalidCommand) Error() string
func (InvalidCommand) Is ¶ added in v0.6.0
func (e InvalidCommand) Is(target error) bool
type InvalidConfiguration ¶
type InvalidConfiguration struct{}
func (InvalidConfiguration) Code ¶ added in v0.6.0
func (e InvalidConfiguration) Code() Code
func (InvalidConfiguration) Error ¶ added in v0.6.0
func (e InvalidConfiguration) Error() string
func (InvalidConfiguration) Is ¶ added in v0.6.0
func (e InvalidConfiguration) Is(target error) bool
type InvalidConnectionString ¶ added in v0.6.0
type InvalidConnectionString struct{}
func (InvalidConnectionString) Code ¶ added in v0.6.0
func (e InvalidConnectionString) Code() Code
func (InvalidConnectionString) Error ¶ added in v0.6.0
func (e InvalidConnectionString) Error() string
func (InvalidConnectionString) Is ¶ added in v0.6.0
func (e InvalidConnectionString) Is(target error) bool
type InvalidConsumerGroupId ¶ added in v0.6.0
type InvalidConsumerGroupId struct{}
func (InvalidConsumerGroupId) Code ¶ added in v0.6.0
func (e InvalidConsumerGroupId) Code() Code
func (InvalidConsumerGroupId) Error ¶ added in v0.6.0
func (e InvalidConsumerGroupId) Error() string
func (InvalidConsumerGroupId) Is ¶ added in v0.6.0
func (e InvalidConsumerGroupId) Is(target error) bool
type InvalidConsumerGroupName ¶ added in v0.6.0
type InvalidConsumerGroupName struct{}
func (InvalidConsumerGroupName) Code ¶ added in v0.6.0
func (e InvalidConsumerGroupName) Code() Code
func (InvalidConsumerGroupName) Error ¶ added in v0.6.0
func (e InvalidConsumerGroupName) Error() string
func (InvalidConsumerGroupName) Is ¶ added in v0.6.0
func (e InvalidConsumerGroupName) Is(target error) bool
type InvalidCredentials ¶ added in v0.6.0
type InvalidCredentials struct{}
func (InvalidCredentials) Code ¶ added in v0.6.0
func (e InvalidCredentials) Code() Code
func (InvalidCredentials) Error ¶ added in v0.6.0
func (e InvalidCredentials) Error() string
func (InvalidCredentials) Is ¶ added in v0.6.0
func (e InvalidCredentials) Is(target error) bool
type InvalidEncryptionKey ¶ added in v0.6.0
type InvalidEncryptionKey struct{}
func (InvalidEncryptionKey) Code ¶ added in v0.6.0
func (e InvalidEncryptionKey) Code() Code
func (InvalidEncryptionKey) Error ¶ added in v0.6.0
func (e InvalidEncryptionKey) Error() string
func (InvalidEncryptionKey) Is ¶ added in v0.6.0
func (e InvalidEncryptionKey) Is(target error) bool
type InvalidFormat ¶ added in v0.6.0
type InvalidFormat struct{}
func (InvalidFormat) Code ¶ added in v0.6.0
func (e InvalidFormat) Code() Code
func (InvalidFormat) Error ¶ added in v0.6.0
func (e InvalidFormat) Error() string
func (InvalidFormat) Is ¶ added in v0.6.0
func (e InvalidFormat) Is(target error) bool
type InvalidHeaderKey ¶ added in v0.6.0
type InvalidHeaderKey struct{}
func (InvalidHeaderKey) Code ¶ added in v0.6.0
func (e InvalidHeaderKey) Code() Code
func (InvalidHeaderKey) Error ¶ added in v0.6.0
func (e InvalidHeaderKey) Error() string
func (InvalidHeaderKey) Is ¶ added in v0.6.0
func (e InvalidHeaderKey) Is(target error) bool
type InvalidHeaderValue ¶ added in v0.6.0
type InvalidHeaderValue struct{}
func (InvalidHeaderValue) Code ¶ added in v0.6.0
func (e InvalidHeaderValue) Code() Code
func (InvalidHeaderValue) Error ¶ added in v0.6.0
func (e InvalidHeaderValue) Error() string
func (InvalidHeaderValue) Is ¶ added in v0.6.0
func (e InvalidHeaderValue) Is(target error) bool
type InvalidHttpRequest ¶ added in v0.6.0
type InvalidHttpRequest struct{}
func (InvalidHttpRequest) Code ¶ added in v0.6.0
func (e InvalidHttpRequest) Code() Code
func (InvalidHttpRequest) Error ¶ added in v0.6.0
func (e InvalidHttpRequest) Error() string
func (InvalidHttpRequest) Is ¶ added in v0.6.0
func (e InvalidHttpRequest) Is(target error) bool
type InvalidIdentifier ¶
type InvalidIdentifier struct{}
func (InvalidIdentifier) Code ¶ added in v0.6.0
func (e InvalidIdentifier) Code() Code
func (InvalidIdentifier) Error ¶ added in v0.6.0
func (e InvalidIdentifier) Error() string
func (InvalidIdentifier) Is ¶ added in v0.6.0
func (e InvalidIdentifier) Is(target error) bool
type InvalidIndexesByteSize ¶ added in v0.6.0
type InvalidIndexesByteSize struct {
Size uint32
}
func (InvalidIndexesByteSize) Code ¶ added in v0.6.0
func (e InvalidIndexesByteSize) Code() Code
func (InvalidIndexesByteSize) Error ¶ added in v0.6.0
func (e InvalidIndexesByteSize) Error() string
func (InvalidIndexesByteSize) Is ¶ added in v0.6.0
func (e InvalidIndexesByteSize) Is(target error) bool
type InvalidIndexesCount ¶ added in v0.6.0
func (InvalidIndexesCount) Code ¶ added in v0.6.0
func (e InvalidIndexesCount) Code() Code
func (InvalidIndexesCount) Error ¶ added in v0.6.0
func (e InvalidIndexesCount) Error() string
func (InvalidIndexesCount) Is ¶ added in v0.6.0
func (e InvalidIndexesCount) Is(target error) bool
type InvalidIpAddress ¶ added in v0.6.0
func (InvalidIpAddress) Code ¶ added in v0.6.0
func (e InvalidIpAddress) Code() Code
func (InvalidIpAddress) Error ¶ added in v0.6.0
func (e InvalidIpAddress) Error() string
func (InvalidIpAddress) Is ¶ added in v0.6.0
func (e InvalidIpAddress) Is(target error) bool
type InvalidJsonResponse ¶ added in v0.6.0
type InvalidJsonResponse struct{}
func (InvalidJsonResponse) Code ¶ added in v0.6.0
func (e InvalidJsonResponse) Code() Code
func (InvalidJsonResponse) Error ¶ added in v0.6.0
func (e InvalidJsonResponse) Error() string
func (InvalidJsonResponse) Is ¶ added in v0.6.0
func (e InvalidJsonResponse) Is(target error) bool
type InvalidJwtAlgorithm ¶ added in v0.6.0
type InvalidJwtAlgorithm struct {
Algorithm string
}
func (InvalidJwtAlgorithm) Code ¶ added in v0.6.0
func (e InvalidJwtAlgorithm) Code() Code
func (InvalidJwtAlgorithm) Error ¶ added in v0.6.0
func (e InvalidJwtAlgorithm) Error() string
func (InvalidJwtAlgorithm) Is ¶ added in v0.6.0
func (e InvalidJwtAlgorithm) Is(target error) bool
type InvalidJwtSecret ¶ added in v0.6.0
type InvalidJwtSecret struct{}
func (InvalidJwtSecret) Code ¶ added in v0.6.0
func (e InvalidJwtSecret) Code() Code
func (InvalidJwtSecret) Error ¶ added in v0.6.0
func (e InvalidJwtSecret) Error() string
func (InvalidJwtSecret) Is ¶ added in v0.6.0
func (e InvalidJwtSecret) Is(target error) bool
type InvalidKeyValueLength ¶ added in v0.6.0
type InvalidKeyValueLength struct{}
func (InvalidKeyValueLength) Code ¶ added in v0.6.0
func (e InvalidKeyValueLength) Code() Code
func (InvalidKeyValueLength) Error ¶ added in v0.6.0
func (e InvalidKeyValueLength) Error() string
func (InvalidKeyValueLength) Is ¶ added in v0.6.0
func (e InvalidKeyValueLength) Is(target error) bool
type InvalidMessageChecksum ¶ added in v0.6.0
func (InvalidMessageChecksum) Code ¶ added in v0.6.0
func (e InvalidMessageChecksum) Code() Code
func (InvalidMessageChecksum) Error ¶ added in v0.6.0
func (e InvalidMessageChecksum) Error() string
func (InvalidMessageChecksum) Is ¶ added in v0.6.0
func (e InvalidMessageChecksum) Is(target error) bool
type InvalidMessagePayloadLength ¶
type InvalidMessagePayloadLength struct{}
func (InvalidMessagePayloadLength) Code ¶ added in v0.6.0
func (e InvalidMessagePayloadLength) Code() Code
func (InvalidMessagePayloadLength) Error ¶ added in v0.6.0
func (e InvalidMessagePayloadLength) Error() string
func (InvalidMessagePayloadLength) Is ¶ added in v0.6.0
func (e InvalidMessagePayloadLength) Is(target error) bool
type InvalidMessagesCount ¶
type InvalidMessagesCount struct{}
func (InvalidMessagesCount) Code ¶ added in v0.6.0
func (e InvalidMessagesCount) Code() Code
func (InvalidMessagesCount) Error ¶ added in v0.6.0
func (e InvalidMessagesCount) Error() string
func (InvalidMessagesCount) Is ¶ added in v0.6.0
func (e InvalidMessagesCount) Is(target error) bool
type InvalidMessagesSize ¶ added in v0.6.0
func (InvalidMessagesSize) Code ¶ added in v0.6.0
func (e InvalidMessagesSize) Code() Code
func (InvalidMessagesSize) Error ¶ added in v0.6.0
func (e InvalidMessagesSize) Error() string
func (InvalidMessagesSize) Is ¶ added in v0.6.0
func (e InvalidMessagesSize) Is(target error) bool
type InvalidNumberEncoding ¶ added in v0.6.0
type InvalidNumberEncoding struct{}
func (InvalidNumberEncoding) Code ¶ added in v0.6.0
func (e InvalidNumberEncoding) Code() Code
func (InvalidNumberEncoding) Error ¶ added in v0.6.0
func (e InvalidNumberEncoding) Error() string
func (InvalidNumberEncoding) Is ¶ added in v0.6.0
func (e InvalidNumberEncoding) Is(target error) bool
type InvalidNumberValue ¶ added in v0.6.0
type InvalidNumberValue struct{}
func (InvalidNumberValue) Code ¶ added in v0.6.0
func (e InvalidNumberValue) Code() Code
func (InvalidNumberValue) Error ¶ added in v0.6.0
func (e InvalidNumberValue) Error() string
func (InvalidNumberValue) Is ¶ added in v0.6.0
func (e InvalidNumberValue) Is(target error) bool
type InvalidOffset ¶ added in v0.6.0
type InvalidOffset struct {
Offset uint64
}
func (InvalidOffset) Code ¶ added in v0.6.0
func (e InvalidOffset) Code() Code
func (InvalidOffset) Error ¶ added in v0.6.0
func (e InvalidOffset) Error() string
func (InvalidOffset) Is ¶ added in v0.6.0
func (e InvalidOffset) Is(target error) bool
type InvalidPassword ¶ added in v0.6.0
type InvalidPassword struct{}
func (InvalidPassword) Code ¶ added in v0.6.0
func (e InvalidPassword) Code() Code
func (InvalidPassword) Error ¶ added in v0.6.0
func (e InvalidPassword) Error() string
func (InvalidPassword) Is ¶ added in v0.6.0
func (e InvalidPassword) Is(target error) bool
type InvalidPersonalAccessToken ¶ added in v0.6.0
type InvalidPersonalAccessToken struct{}
func (InvalidPersonalAccessToken) Code ¶ added in v0.6.0
func (e InvalidPersonalAccessToken) Code() Code
func (InvalidPersonalAccessToken) Error ¶ added in v0.6.0
func (e InvalidPersonalAccessToken) Error() string
func (InvalidPersonalAccessToken) Is ¶ added in v0.6.0
func (e InvalidPersonalAccessToken) Is(target error) bool
type InvalidPersonalAccessTokenName ¶ added in v0.6.0
type InvalidPersonalAccessTokenName struct{}
func (InvalidPersonalAccessTokenName) Code ¶ added in v0.6.0
func (e InvalidPersonalAccessTokenName) Code() Code
func (InvalidPersonalAccessTokenName) Error ¶ added in v0.6.0
func (e InvalidPersonalAccessTokenName) Error() string
func (InvalidPersonalAccessTokenName) Is ¶ added in v0.6.0
func (e InvalidPersonalAccessTokenName) Is(target error) bool
type InvalidReplicationFactor ¶ added in v0.6.0
type InvalidReplicationFactor struct{}
func (InvalidReplicationFactor) Code ¶ added in v0.6.0
func (e InvalidReplicationFactor) Code() Code
func (InvalidReplicationFactor) Error ¶ added in v0.6.0
func (e InvalidReplicationFactor) Error() string
func (InvalidReplicationFactor) Is ¶ added in v0.6.0
func (e InvalidReplicationFactor) Is(target error) bool
type InvalidSegmentSize ¶ added in v0.6.0
type InvalidSegmentSize struct{}
func (InvalidSegmentSize) Code ¶ added in v0.6.0
func (e InvalidSegmentSize) Code() Code
func (InvalidSegmentSize) Error ¶ added in v0.6.0
func (e InvalidSegmentSize) Error() string
func (InvalidSegmentSize) Is ¶ added in v0.6.0
func (e InvalidSegmentSize) Is(target error) bool
type InvalidSegmentsCount ¶ added in v0.6.0
type InvalidSegmentsCount struct {
Count uint32
}
func (InvalidSegmentsCount) Code ¶ added in v0.6.0
func (e InvalidSegmentsCount) Code() Code
func (InvalidSegmentsCount) Error ¶ added in v0.6.0
func (e InvalidSegmentsCount) Error() string
func (InvalidSegmentsCount) Is ¶ added in v0.6.0
func (e InvalidSegmentsCount) Is(target error) bool
type InvalidServerAddress ¶ added in v0.6.0
type InvalidServerAddress struct{}
func (InvalidServerAddress) Code ¶ added in v0.6.0
func (e InvalidServerAddress) Code() Code
func (InvalidServerAddress) Error ¶ added in v0.6.0
func (e InvalidServerAddress) Error() string
func (InvalidServerAddress) Is ¶ added in v0.6.0
func (e InvalidServerAddress) Is(target error) bool
type InvalidSizeBytes ¶ added in v0.6.0
type InvalidSizeBytes struct{}
func (InvalidSizeBytes) Code ¶ added in v0.6.0
func (e InvalidSizeBytes) Code() Code
func (InvalidSizeBytes) Error ¶ added in v0.6.0
func (e InvalidSizeBytes) Error() string
func (InvalidSizeBytes) Is ¶ added in v0.6.0
func (e InvalidSizeBytes) Is(target error) bool
type InvalidStateEntryChecksum ¶ added in v0.6.0
func (InvalidStateEntryChecksum) Code ¶ added in v0.6.0
func (e InvalidStateEntryChecksum) Code() Code
func (InvalidStateEntryChecksum) Error ¶ added in v0.6.0
func (e InvalidStateEntryChecksum) Error() string
func (InvalidStateEntryChecksum) Is ¶ added in v0.6.0
func (e InvalidStateEntryChecksum) Is(target error) bool
type InvalidStreamId ¶ added in v0.6.0
type InvalidStreamId struct{}
func (InvalidStreamId) Code ¶ added in v0.6.0
func (e InvalidStreamId) Code() Code
func (InvalidStreamId) Error ¶ added in v0.6.0
func (e InvalidStreamId) Error() string
func (InvalidStreamId) Is ¶ added in v0.6.0
func (e InvalidStreamId) Is(target error) bool
type InvalidStreamName ¶ added in v0.6.0
type InvalidStreamName struct{}
func (InvalidStreamName) Code ¶ added in v0.6.0
func (e InvalidStreamName) Code() Code
func (InvalidStreamName) Error ¶ added in v0.6.0
func (e InvalidStreamName) Error() string
func (InvalidStreamName) Is ¶ added in v0.6.0
func (e InvalidStreamName) Is(target error) bool
type InvalidTlsCertificate ¶ added in v0.6.0
type InvalidTlsCertificate struct{}
func (InvalidTlsCertificate) Code ¶ added in v0.6.0
func (e InvalidTlsCertificate) Code() Code
func (InvalidTlsCertificate) Error ¶ added in v0.6.0
func (e InvalidTlsCertificate) Error() string
func (InvalidTlsCertificate) Is ¶ added in v0.6.0
func (e InvalidTlsCertificate) Is(target error) bool
type InvalidTlsCertificatePath ¶ added in v0.6.0
type InvalidTlsCertificatePath struct{}
func (InvalidTlsCertificatePath) Code ¶ added in v0.6.0
func (e InvalidTlsCertificatePath) Code() Code
func (InvalidTlsCertificatePath) Error ¶ added in v0.6.0
func (e InvalidTlsCertificatePath) Error() string
func (InvalidTlsCertificatePath) Is ¶ added in v0.6.0
func (e InvalidTlsCertificatePath) Is(target error) bool
type InvalidTlsDomain ¶ added in v0.6.0
type InvalidTlsDomain struct{}
func (InvalidTlsDomain) Code ¶ added in v0.6.0
func (e InvalidTlsDomain) Code() Code
func (InvalidTlsDomain) Error ¶ added in v0.6.0
func (e InvalidTlsDomain) Error() string
func (InvalidTlsDomain) Is ¶ added in v0.6.0
func (e InvalidTlsDomain) Is(target error) bool
type InvalidTopicId ¶ added in v0.6.0
type InvalidTopicId struct{}
func (InvalidTopicId) Code ¶ added in v0.6.0
func (e InvalidTopicId) Code() Code
func (InvalidTopicId) Error ¶ added in v0.6.0
func (e InvalidTopicId) Error() string
func (InvalidTopicId) Is ¶ added in v0.6.0
func (e InvalidTopicId) Is(target error) bool
type InvalidTopicName ¶ added in v0.6.0
type InvalidTopicName struct{}
func (InvalidTopicName) Code ¶ added in v0.6.0
func (e InvalidTopicName) Code() Code
func (InvalidTopicName) Error ¶ added in v0.6.0
func (e InvalidTopicName) Error() string
func (InvalidTopicName) Is ¶ added in v0.6.0
func (e InvalidTopicName) Is(target error) bool
type InvalidTopicSize ¶ added in v0.6.0
func (InvalidTopicSize) Code ¶ added in v0.6.0
func (e InvalidTopicSize) Code() Code
func (InvalidTopicSize) Error ¶ added in v0.6.0
func (e InvalidTopicSize) Error() string
func (InvalidTopicSize) Is ¶ added in v0.6.0
func (e InvalidTopicSize) Is(target error) bool
type InvalidUserStatus ¶ added in v0.6.0
type InvalidUserStatus struct{}
func (InvalidUserStatus) Code ¶ added in v0.6.0
func (e InvalidUserStatus) Code() Code
func (InvalidUserStatus) Error ¶ added in v0.6.0
func (e InvalidUserStatus) Error() string
func (InvalidUserStatus) Is ¶ added in v0.6.0
func (e InvalidUserStatus) Is(target error) bool
type InvalidUsername ¶ added in v0.6.0
type InvalidUsername struct{}
func (InvalidUsername) Code ¶ added in v0.6.0
func (e InvalidUsername) Code() Code
func (InvalidUsername) Error ¶ added in v0.6.0
func (e InvalidUsername) Error() string
func (InvalidUsername) Is ¶ added in v0.6.0
func (e InvalidUsername) Is(target error) bool
type InvalidUtf8 ¶ added in v0.6.0
type InvalidUtf8 struct{}
func (InvalidUtf8) Code ¶ added in v0.6.0
func (e InvalidUtf8) Code() Code
func (InvalidUtf8) Error ¶ added in v0.6.0
func (e InvalidUtf8) Error() string
func (InvalidUtf8) Is ¶ added in v0.6.0
func (e InvalidUtf8) Is(target error) bool
type InvalidVersion ¶ added in v0.6.0
type InvalidVersion struct {
Version string
}
func (InvalidVersion) Code ¶ added in v0.6.0
func (e InvalidVersion) Code() Code
func (InvalidVersion) Error ¶ added in v0.6.0
func (e InvalidVersion) Error() string
func (InvalidVersion) Is ¶ added in v0.6.0
func (e InvalidVersion) Is(target error) bool
type JwtMissing ¶ added in v0.6.0
type JwtMissing struct{}
func (JwtMissing) Code ¶ added in v0.6.0
func (e JwtMissing) Code() Code
func (JwtMissing) Error ¶ added in v0.6.0
func (e JwtMissing) Error() string
func (JwtMissing) Is ¶ added in v0.6.0
func (e JwtMissing) Is(target error) bool
type MissingBaseOffsetRetainedMessageBatch ¶ added in v0.6.0
type MissingBaseOffsetRetainedMessageBatch struct{}
func (MissingBaseOffsetRetainedMessageBatch) Code ¶ added in v0.6.0
func (e MissingBaseOffsetRetainedMessageBatch) Code() Code
func (MissingBaseOffsetRetainedMessageBatch) Error ¶ added in v0.6.0
func (e MissingBaseOffsetRetainedMessageBatch) Error() string
func (MissingBaseOffsetRetainedMessageBatch) Is ¶ added in v0.6.0
func (e MissingBaseOffsetRetainedMessageBatch) Is(target error) bool
type MissingIndex ¶ added in v0.6.0
type MissingIndex struct {
Index uint32
}
func (MissingIndex) Code ¶ added in v0.6.0
func (e MissingIndex) Code() Code
func (MissingIndex) Error ¶ added in v0.6.0
func (e MissingIndex) Error() string
func (MissingIndex) Is ¶ added in v0.6.0
func (e MissingIndex) Is(target error) bool
type MissingLastOffsetDeltaRetainedMessageBatch ¶ added in v0.6.0
type MissingLastOffsetDeltaRetainedMessageBatch struct{}
func (MissingLastOffsetDeltaRetainedMessageBatch) Code ¶ added in v0.6.0
func (e MissingLastOffsetDeltaRetainedMessageBatch) Code() Code
func (MissingLastOffsetDeltaRetainedMessageBatch) Error ¶ added in v0.6.0
func (e MissingLastOffsetDeltaRetainedMessageBatch) Error() string
func (MissingLastOffsetDeltaRetainedMessageBatch) Is ¶ added in v0.6.0
func (e MissingLastOffsetDeltaRetainedMessageBatch) Is(target error) bool
type MissingLengthRetainedMessageBatch ¶ added in v0.6.0
type MissingLengthRetainedMessageBatch struct{}
func (MissingLengthRetainedMessageBatch) Code ¶ added in v0.6.0
func (e MissingLengthRetainedMessageBatch) Code() Code
func (MissingLengthRetainedMessageBatch) Error ¶ added in v0.6.0
func (e MissingLengthRetainedMessageBatch) Error() string
func (MissingLengthRetainedMessageBatch) Is ¶ added in v0.6.0
func (e MissingLengthRetainedMessageBatch) Is(target error) bool
type MissingMaxTimestampRetainedMessageBatch ¶ added in v0.6.0
type MissingMaxTimestampRetainedMessageBatch struct{}
func (MissingMaxTimestampRetainedMessageBatch) Code ¶ added in v0.6.0
func (e MissingMaxTimestampRetainedMessageBatch) Code() Code
func (MissingMaxTimestampRetainedMessageBatch) Error ¶ added in v0.6.0
func (e MissingMaxTimestampRetainedMessageBatch) Error() string
func (MissingMaxTimestampRetainedMessageBatch) Is ¶ added in v0.6.0
func (e MissingMaxTimestampRetainedMessageBatch) Is(target error) bool
type MissingPayloadRetainedMessageBatch ¶ added in v0.6.0
type MissingPayloadRetainedMessageBatch struct{}
func (MissingPayloadRetainedMessageBatch) Code ¶ added in v0.6.0
func (e MissingPayloadRetainedMessageBatch) Code() Code
func (MissingPayloadRetainedMessageBatch) Error ¶ added in v0.6.0
func (e MissingPayloadRetainedMessageBatch) Error() string
func (MissingPayloadRetainedMessageBatch) Is ¶ added in v0.6.0
func (e MissingPayloadRetainedMessageBatch) Is(target error) bool
type NoPartitions ¶ added in v0.6.0
func (NoPartitions) Code ¶ added in v0.6.0
func (e NoPartitions) Code() Code
func (NoPartitions) Error ¶ added in v0.6.0
func (e NoPartitions) Error() string
func (NoPartitions) Is ¶ added in v0.6.0
func (e NoPartitions) Is(target error) bool
type NonZeroOffset ¶ added in v0.6.0
func (NonZeroOffset) Code ¶ added in v0.6.0
func (e NonZeroOffset) Code() Code
func (NonZeroOffset) Error ¶ added in v0.6.0
func (e NonZeroOffset) Error() string
func (NonZeroOffset) Is ¶ added in v0.6.0
func (e NonZeroOffset) Is(target error) bool
type NonZeroTimestamp ¶ added in v0.6.0
func (NonZeroTimestamp) Code ¶ added in v0.6.0
func (e NonZeroTimestamp) Code() Code
func (NonZeroTimestamp) Error ¶ added in v0.6.0
func (e NonZeroTimestamp) Error() string
func (NonZeroTimestamp) Is ¶ added in v0.6.0
func (e NonZeroTimestamp) Is(target error) bool
type NotConnected ¶ added in v0.6.0
type NotConnected struct{}
func (NotConnected) Code ¶ added in v0.6.0
func (e NotConnected) Code() Code
func (NotConnected) Error ¶ added in v0.6.0
func (e NotConnected) Error() string
func (NotConnected) Is ¶ added in v0.6.0
func (e NotConnected) Is(target error) bool
type PartitionNotFound ¶ added in v0.6.0
func (PartitionNotFound) Code ¶ added in v0.6.0
func (e PartitionNotFound) Code() Code
func (PartitionNotFound) Error ¶ added in v0.6.0
func (e PartitionNotFound) Error() string
func (PartitionNotFound) Is ¶ added in v0.6.0
func (e PartitionNotFound) Is(target error) bool
type PersonalAccessTokenAlreadyExists ¶ added in v0.6.0
func (PersonalAccessTokenAlreadyExists) Code ¶ added in v0.6.0
func (e PersonalAccessTokenAlreadyExists) Code() Code
func (PersonalAccessTokenAlreadyExists) Error ¶ added in v0.6.0
func (e PersonalAccessTokenAlreadyExists) Error() string
func (PersonalAccessTokenAlreadyExists) Is ¶ added in v0.6.0
func (e PersonalAccessTokenAlreadyExists) Is(target error) bool
type PersonalAccessTokenExpired ¶ added in v0.6.0
func (PersonalAccessTokenExpired) Code ¶ added in v0.6.0
func (e PersonalAccessTokenExpired) Code() Code
func (PersonalAccessTokenExpired) Error ¶ added in v0.6.0
func (e PersonalAccessTokenExpired) Error() string
func (PersonalAccessTokenExpired) Is ¶ added in v0.6.0
func (e PersonalAccessTokenExpired) Is(target error) bool
type PersonalAccessTokensLimitReached ¶ added in v0.6.0
func (PersonalAccessTokensLimitReached) Code ¶ added in v0.6.0
func (e PersonalAccessTokensLimitReached) Code() Code
func (PersonalAccessTokensLimitReached) Error ¶ added in v0.6.0
func (e PersonalAccessTokensLimitReached) Error() string
func (PersonalAccessTokensLimitReached) Is ¶ added in v0.6.0
func (e PersonalAccessTokensLimitReached) Is(target error) bool
type ProducerClosed ¶ added in v0.6.0
type ProducerClosed struct{}
func (ProducerClosed) Code ¶ added in v0.6.0
func (e ProducerClosed) Code() Code
func (ProducerClosed) Error ¶ added in v0.6.0
func (e ProducerClosed) Error() string
func (ProducerClosed) Is ¶ added in v0.6.0
func (e ProducerClosed) Is(target error) bool
type ProducerSendFailed ¶ added in v0.6.0
type ProducerSendFailed struct{}
func (ProducerSendFailed) Code ¶ added in v0.6.0
func (e ProducerSendFailed) Code() Code
func (ProducerSendFailed) Error ¶ added in v0.6.0
func (e ProducerSendFailed) Error() string
func (ProducerSendFailed) Is ¶ added in v0.6.0
func (e ProducerSendFailed) Is(target error) bool
type ResourceNotFound ¶
type ResourceNotFound struct {
Key string
}
func (ResourceNotFound) Code ¶ added in v0.6.0
func (e ResourceNotFound) Code() Code
func (ResourceNotFound) Error ¶ added in v0.6.0
func (e ResourceNotFound) Error() string
func (ResourceNotFound) Is ¶ added in v0.6.0
func (e ResourceNotFound) Is(target error) bool
type SegmentClosed ¶ added in v0.6.0
func (SegmentClosed) Code ¶ added in v0.6.0
func (e SegmentClosed) Code() Code
func (SegmentClosed) Error ¶ added in v0.6.0
func (e SegmentClosed) Error() string
func (SegmentClosed) Is ¶ added in v0.6.0
func (e SegmentClosed) Is(target error) bool
type SegmentNotFound ¶ added in v0.6.0
type SegmentNotFound struct{}
func (SegmentNotFound) Code ¶ added in v0.6.0
func (e SegmentNotFound) Code() Code
func (SegmentNotFound) Error ¶ added in v0.6.0
func (e SegmentNotFound) Error() string
func (SegmentNotFound) Is ¶ added in v0.6.0
func (e SegmentNotFound) Is(target error) bool
type SnapshotFileCompletionFailed ¶ added in v0.6.0
type SnapshotFileCompletionFailed struct{}
func (SnapshotFileCompletionFailed) Code ¶ added in v0.6.0
func (e SnapshotFileCompletionFailed) Code() Code
func (SnapshotFileCompletionFailed) Error ¶ added in v0.6.0
func (e SnapshotFileCompletionFailed) Error() string
func (SnapshotFileCompletionFailed) Is ¶ added in v0.6.0
func (e SnapshotFileCompletionFailed) Is(target error) bool
type StaleClient ¶ added in v0.6.0
type StaleClient struct{}
func (StaleClient) Code ¶ added in v0.6.0
func (e StaleClient) Code() Code
func (StaleClient) Error ¶ added in v0.6.0
func (e StaleClient) Error() string
func (StaleClient) Is ¶ added in v0.6.0
func (e StaleClient) Is(target error) bool
type StateFileCorrupted ¶ added in v0.6.0
type StateFileCorrupted struct{}
func (StateFileCorrupted) Code ¶ added in v0.6.0
func (e StateFileCorrupted) Code() Code
func (StateFileCorrupted) Error ¶ added in v0.6.0
func (e StateFileCorrupted) Error() string
func (StateFileCorrupted) Is ¶ added in v0.6.0
func (e StateFileCorrupted) Is(target error) bool
type StateFileNotFound ¶ added in v0.6.0
type StateFileNotFound struct{}
func (StateFileNotFound) Code ¶ added in v0.6.0
func (e StateFileNotFound) Code() Code
func (StateFileNotFound) Error ¶ added in v0.6.0
func (e StateFileNotFound) Error() string
func (StateFileNotFound) Is ¶ added in v0.6.0
func (e StateFileNotFound) Is(target error) bool
type StreamIdAlreadyExists ¶ added in v0.6.0
type StreamIdAlreadyExists struct {
ID uint32
}
func (StreamIdAlreadyExists) Code ¶ added in v0.6.0
func (e StreamIdAlreadyExists) Code() Code
func (StreamIdAlreadyExists) Error ¶ added in v0.6.0
func (e StreamIdAlreadyExists) Error() string
func (StreamIdAlreadyExists) Is ¶ added in v0.6.0
func (e StreamIdAlreadyExists) Is(target error) bool
type StreamIdNotFound ¶
type StreamIdNotFound struct {
ID uint32
}
func (StreamIdNotFound) Code ¶ added in v0.6.0
func (e StreamIdNotFound) Code() Code
func (StreamIdNotFound) Error ¶ added in v0.6.0
func (e StreamIdNotFound) Error() string
func (StreamIdNotFound) Is ¶ added in v0.6.0
func (e StreamIdNotFound) Is(target error) bool
type StreamNameAlreadyExists ¶ added in v0.6.0
type StreamNameAlreadyExists struct {
Name string
}
func (StreamNameAlreadyExists) Code ¶ added in v0.6.0
func (e StreamNameAlreadyExists) Code() Code
func (StreamNameAlreadyExists) Error ¶ added in v0.6.0
func (e StreamNameAlreadyExists) Error() string
func (StreamNameAlreadyExists) Is ¶ added in v0.6.0
func (e StreamNameAlreadyExists) Is(target error) bool
type StreamNameNotFound ¶ added in v0.6.0
type StreamNameNotFound struct {
Name string
}
func (StreamNameNotFound) Code ¶ added in v0.6.0
func (e StreamNameNotFound) Code() Code
func (StreamNameNotFound) Error ¶ added in v0.6.0
func (e StreamNameNotFound) Error() string
func (StreamNameNotFound) Is ¶ added in v0.6.0
func (e StreamNameNotFound) Is(target error) bool
type TooBigMessagePayload ¶ added in v0.6.0
type TooBigMessagePayload struct{}
func (TooBigMessagePayload) Code ¶ added in v0.6.0
func (e TooBigMessagePayload) Code() Code
func (TooBigMessagePayload) Error ¶ added in v0.6.0
func (e TooBigMessagePayload) Error() string
func (TooBigMessagePayload) Is ¶ added in v0.6.0
func (e TooBigMessagePayload) Is(target error) bool
type TooBigUserHeaders ¶
type TooBigUserHeaders struct{}
func (TooBigUserHeaders) Code ¶ added in v0.6.0
func (e TooBigUserHeaders) Code() Code
func (TooBigUserHeaders) Error ¶ added in v0.6.0
func (e TooBigUserHeaders) Error() string
func (TooBigUserHeaders) Is ¶ added in v0.6.0
func (e TooBigUserHeaders) Is(target error) bool
type TooManyMessages ¶ added in v0.6.0
type TooManyMessages struct{}
func (TooManyMessages) Code ¶ added in v0.6.0
func (e TooManyMessages) Code() Code
func (TooManyMessages) Error ¶ added in v0.6.0
func (e TooManyMessages) Error() string
func (TooManyMessages) Is ¶ added in v0.6.0
func (e TooManyMessages) Is(target error) bool
type TooManyPartitions ¶ added in v0.6.0
type TooManyPartitions struct{}
func (TooManyPartitions) Code ¶ added in v0.6.0
func (e TooManyPartitions) Code() Code
func (TooManyPartitions) Error ¶ added in v0.6.0
func (e TooManyPartitions) Error() string
func (TooManyPartitions) Is ¶ added in v0.6.0
func (e TooManyPartitions) Is(target error) bool
type TooSmallMessage ¶ added in v0.6.0
func (TooSmallMessage) Code ¶ added in v0.6.0
func (e TooSmallMessage) Code() Code
func (TooSmallMessage) Error ¶ added in v0.6.0
func (e TooSmallMessage) Error() string
func (TooSmallMessage) Is ¶ added in v0.6.0
func (e TooSmallMessage) Is(target error) bool
type TopicIdAlreadyExists ¶ added in v0.6.0
func (TopicIdAlreadyExists) Code ¶ added in v0.6.0
func (e TopicIdAlreadyExists) Code() Code
func (TopicIdAlreadyExists) Error ¶ added in v0.6.0
func (e TopicIdAlreadyExists) Error() string
func (TopicIdAlreadyExists) Is ¶ added in v0.6.0
func (e TopicIdAlreadyExists) Is(target error) bool
type TopicIdNotFound ¶
func (TopicIdNotFound) Code ¶ added in v0.6.0
func (e TopicIdNotFound) Code() Code
func (TopicIdNotFound) Error ¶ added in v0.6.0
func (e TopicIdNotFound) Error() string
func (TopicIdNotFound) Is ¶ added in v0.6.0
func (e TopicIdNotFound) Is(target error) bool
type TopicNameAlreadyExists ¶ added in v0.6.0
func (TopicNameAlreadyExists) Code ¶ added in v0.6.0
func (e TopicNameAlreadyExists) Code() Code
func (TopicNameAlreadyExists) Error ¶ added in v0.6.0
func (e TopicNameAlreadyExists) Error() string
func (TopicNameAlreadyExists) Is ¶ added in v0.6.0
func (e TopicNameAlreadyExists) Is(target error) bool
type TopicNameNotFound ¶ added in v0.6.0
func (TopicNameNotFound) Code ¶ added in v0.6.0
func (e TopicNameNotFound) Code() Code
func (TopicNameNotFound) Error ¶ added in v0.6.0
func (e TopicNameNotFound) Error() string
func (TopicNameNotFound) Is ¶ added in v0.6.0
func (e TopicNameNotFound) Is(target error) bool
type Unauthenticated ¶ added in v0.6.0
type Unauthenticated struct{}
func (Unauthenticated) Code ¶ added in v0.6.0
func (e Unauthenticated) Code() Code
func (Unauthenticated) Error ¶ added in v0.6.0
func (e Unauthenticated) Error() string
func (Unauthenticated) Is ¶ added in v0.6.0
func (e Unauthenticated) Is(target error) bool
type Unauthorized ¶ added in v0.6.0
type Unauthorized struct{}
func (Unauthorized) Code ¶ added in v0.6.0
func (e Unauthorized) Code() Code
func (Unauthorized) Error ¶ added in v0.6.0
func (e Unauthorized) Error() string
func (Unauthorized) Is ¶ added in v0.6.0
func (e Unauthorized) Is(target error) bool
type UserAlreadyExists ¶ added in v0.6.0
type UserAlreadyExists struct{}
func (UserAlreadyExists) Code ¶ added in v0.6.0
func (e UserAlreadyExists) Code() Code
func (UserAlreadyExists) Error ¶ added in v0.6.0
func (e UserAlreadyExists) Error() string
func (UserAlreadyExists) Is ¶ added in v0.6.0
func (e UserAlreadyExists) Is(target error) bool
type UserInactive ¶ added in v0.6.0
type UserInactive struct{}
func (UserInactive) Code ¶ added in v0.6.0
func (e UserInactive) Code() Code
func (UserInactive) Error ¶ added in v0.6.0
func (e UserInactive) Error() string
func (UserInactive) Is ¶ added in v0.6.0
func (e UserInactive) Is(target error) bool
type UsersLimitReached ¶ added in v0.6.0
type UsersLimitReached struct{}
func (UsersLimitReached) Code ¶ added in v0.6.0
func (e UsersLimitReached) Code() Code
func (UsersLimitReached) Error ¶ added in v0.6.0
func (e UsersLimitReached) Error() string
func (UsersLimitReached) Is ¶ added in v0.6.0
func (e UsersLimitReached) Is(target error) bool
Click to show internal directories.
Click to hide internal directories.