abstract class Flux::Error
- Flux::Error
- Exception
- Reference
- Object
Overview
Base class for all error types originating from interaction with InfluxDB.
Direct Known Subclasses
Defined in:
flux/errors.crClass Method Summary
-
.from(response : HTTP::Client::Response) : Error | Nil
Contructs a concrete error object from a client response.
- .message_from(response : HTTP::Client::Response) : String
Class Method Detail
Contructs a concrete error object from a client response.