Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ResourceNotFound = &IggyError{ Code: 20, Message: "resource_not_found", } InvalidConfiguration = &IggyError{ Code: 2, Message: "invalid_configuration", } InvalidIdentifier = &IggyError{ Code: 6, Message: "invalid_identifier", } StreamIdNotFound = &IggyError{ Code: 1009, Message: "stream_id_not_found", } TopicIdNotFound = &IggyError{ Code: 2010, Message: "topic_id_not_found", } InvalidMessagesCount = &IggyError{ Code: 4009, Message: "invalid_messages_count", } InvalidMessagePayloadLength = &IggyError{ Code: 4025, Message: "invalid_message_payload_length", } TooBigUserMessagePayload = &IggyError{ Code: 4022, Message: "too_big_message_payload", } TooBigUserHeaders = &IggyError{ Code: 4017, Message: "too_big_headers_payload", } ConsumerGroupIdNotFound = &IggyError{ Code: 5000, Message: "consumer_group_not_found", } )
Functions ¶
func CustomError ¶
func MapFromCode ¶
func TextTooLong ¶
func TranslateErrorCode ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.