Versions in this module Expand all Collapse all v0 v0.0.3 Dec 25, 2022 v0.0.2 Dec 25, 2022 Changes in this version + var Separator = ":\n\t" + func Retry(err error) bool + type CombinedError struct + Errors []error + func GetCombinedError(errs ...error) *CombinedError + func (c CombinedError) Error() string + type Error struct + Err error + Kind Kind + Op Op + func E(o Op, k Kind, err error) *Error + func ES(o Op, k Kind, s string, args ...interface{}) *Error + func GetKustoError(err error) (*Error, bool) + func OneToErr(m map[string]interface{}, op Op) *Error + func W(inner error, outer error) *Error + func (e *Error) Error() string + func (e *Error) SetNoRetry() *Error + func (e *Error) UnmarshalREST() map[string]interface{} + func (e *Error) Unwrap() error + type HttpError struct + StatusCode int + func HTTP(o Op, status string, statusCode int, body io.ReadCloser, prefix string) *HttpError + func (e *HttpError) Error() string + func (e *HttpError) IsThrottled() bool + func (e *HttpError) Unwrap() error + type Kind uint16 + const KBlobstore + const KClientArgs + const KDBNotExist + const KHTTPError + const KIO + const KInternal + const KLimitsExceeded + const KLocalFileSystem + const KOther + const KTimeout + func (i Kind) String() string + type KustoError = Error + type Op uint16 + const OpCloudInfo + const OpFileIngest + const OpIngestStream + const OpMgmt + const OpQuery + const OpServConn + const OpTokenProvider + const OpUnknown + func (i Op) String() string