# Functions

HandleServerError handles separate server errors and sends appropriate responses.
Uint64ToUint32 safely converts a uint64 into a uint32 without overflow.

# Variables

ErrOldReport is an error returned if a more recent already exists on the storage while attempting to write a report for a cluster.

# Structs

ForbiddenError means you don't have permission to do a particular action, for example your account belongs to a different organization.
ItemNotFoundError shows that item with id ItemID wasn't found in the storage.
MetricsConfiguration holds metrics related configuration.
NoBodyError error meaning that client didn't provide body when it's required.
NoContentError means the client request is correct but the server doesn't have any data to return.
OutOfRangeError indicates that a value is outside the expected range.
RouterMissingParamError missing parameter in request.
RouterParsingError parsing error, for example string when we expected integer.
UnauthorizedError means server can't authorize you, for example the token is missing or malformed.
ValidationError validation error, for example when string is longer then expected.

# Type aliases

No description provided by the author
No description provided by the author