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::
UnexpectedErrorResponse
Influx::UnexpectedErrorResponse
Influx::APIError
Influx::Exception
Exception
Reference
Object
Defined in:
errors.cr
Constructors
.new
(status, body, cause =
nil
)
Instance methods inherited from class
Influx::APIError
status : HTTP::Status
status
,
status=(status : HTTP::Status)
status=
Constructor methods inherited from class
Influx::APIError
new(status : HTTP::Status, message, cause =
nil
)
new
Class methods inherited from class
Influx::APIError
for_status(status, body)
for_status
Constructor Detail
def self.
new
(status, body, cause =
nil
)
#
[
View source
]