package
4.3.3
Repository: https://github.com/go-kivik/kivik.git
Documentation: pkg.go.dev

# Functions

HTTPStatus returns the HTTP status code embedded in the error, or 500 (internal server error), if there was no specified status code.
StatusErrorDiff returns the empty string if the expected error string and status match err.
StatusErrorDiffRE returns the empty string if the expected error RE and status match err.

# Structs

Error represents an error returned by Kivik.

# Type aliases

CompositeError represents an HTTP status, encoded in the first byte as the status - 400, plus the error message.