class Influx::Unauthorized
- Influx::Unauthorized
- Influx::KnownAPIError
- Influx::APIError
- Influx::Exception
- Exception
- Reference
- Object
Overview
From InfluxDB API docs: Unauthorized. The error may indicate one of the following:
- The
Authorization:
header is missing or malformed. - The API token value is missing from the header.
- The token does not have sufficient permissions to write to this organization and bucket.