Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ResponseTime reports the response time of handlers and rpc ResponseTime = "response_time_ms" // ResponseTimeHistogram ... ResponseTimeHistogram = "response_time_histogram_ms" // ErrorCount reports the number of requests that returned unexpected errors ErrorCount = "error_count" )
View Source
var ( ErrStorageKeyNotFound = errors.New("storage key not found") ErrStorageTypeNotFound = errors.New("storage type not found") ErrMalformedObject = errors.New("malformed object type argument") )
Errors that can occur during bot execution
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.