Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
log-influx_backend
master
Influx
APIError
BadRequest
Exception
InternalServerError
KnownAPIError
NotFound
PayloadTooLarge
ServiceUnavailable
Unauthorized
UnexpectedErrorResponse
Log
InfluxBackend
Config
LineProtocol
Metadata
Value
Nil
Time
Built with Crystal 1.10.0
2023-12-22 06:24:54 UTC
class
Influx::
APIError
Influx::APIError
Influx::Exception
Exception
Reference
Object
Direct Known Subclasses
Influx::KnownAPIError
Influx::UnexpectedErrorResponse
Defined in:
errors.cr
Constructors
.new
(status : HTTP::Status, message, cause =
nil
)
Class Method Summary
.for_status
(status, body)
Instance Method Summary
#status
: HTTP::Status
#status=
(status : HTTP::Status)
Constructor Detail
def self.
new
(status : HTTP::Status, message, cause =
nil
)
#
[
View source
]
Class Method Detail
def self.
for_status
(status, body)
#
[
View source
]
Instance Method Detail
def
status
: HTTP::Status
#
[
View source
]
def
status=
(status : HTTP::Status)
#
[
View source
]