Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler struct
type InfluxDBParseError ¶
type InfluxDBParseError struct {
Err string `json:"error"`
}
InfluxDBParseError influxDB parsing error
func (InfluxDBParseError) Error ¶
func (e InfluxDBParseError) Error() string
type ParsingError ¶
ParsingError parsing error
func NewParsingError ¶
func NewParsingError(msg, row string) ParsingError
NewParsingError parsing error
func (ParsingError) Error ¶
func (h ParsingError) Error() string
type Warp ¶
type Warp struct {
// contains filtered or unexported fields
}
Warp connection
func (*Warp) HandleError ¶
HandleError read http error body and return a corresponding error
type WarpDDPExceeded ¶
WarpDDPExceeded mads exceeded error
func (WarpDDPExceeded) Error ¶
func (e WarpDDPExceeded) Error() string
type WarpExpiredToken ¶
type WarpExpiredToken struct {
Token string
}
WarpExpiredToken expired warp token error
func (WarpExpiredToken) Error ¶
func (e WarpExpiredToken) Error() string
type WarpGoneError ¶
WarpGoneError invalid application error
func (WarpGoneError) Error ¶
func (e WarpGoneError) Error() string
type WarpInputError ¶
WarpInputError invalid input error
func (WarpInputError) Error ¶
func (e WarpInputError) Error() string
type WarpInvalidToken ¶
type WarpInvalidToken struct {
Token string
}
WarpInvalidToken invalid warp token error
func (WarpInvalidToken) Error ¶
func (e WarpInvalidToken) Error() string
type WarpMadsExceeded ¶
WarpMadsExceeded mads exceeded error
func (WarpMadsExceeded) Error ¶
func (e WarpMadsExceeded) Error() string
type WarpRevokedToken ¶
type WarpRevokedToken struct {
Token string
}
WarpRevokedToken represent a revoked warp token error
func (WarpRevokedToken) Error ¶
func (e WarpRevokedToken) Error() string
Click to show internal directories.
Click to hide internal directories.