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::
NotFound
Influx::NotFound
Influx::KnownAPIError
Influx::APIError
Influx::Exception
Exception
Reference
Object
Defined in:
errors.cr
Constructors
.new
(status, body, *, cause =
nil
)
Instance methods inherited from class
Influx::KnownAPIError
code : String
code
,
code=(code : String)
code=
,
err : String | Nil
err
,
err=(err : String | Nil)
err=
,
op : String | Nil
op
,
op=(op : String | Nil)
op=
Constructor methods inherited from class
Influx::KnownAPIError
new(status, message, code : String, err : Nil | String =
nil
, op : Nil | String =
nil
, cause =
nil
)
new
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
]