antikythera v0.2.0 AntikytheraCore.Handler.GearError View Source
Link to this section Summary
Link to this section Functions
Link to this function
bad_request(conn)
View Source
bad_request(Antikythera.Conn.t()) :: Antikythera.Conn.t()
Link to this function
error(conn, reason, stacktrace)
View Source
error(Antikythera.Conn.t(), reason(), stacktrace()) :: Antikythera.Conn.t()
Link to this function
internal_error_body(conn, reason, stacktrace)
View Source
internal_error_body(Antikythera.Conn.t(), reason(), stacktrace()) :: String.t()
Link to this function
no_route(conn)
View Source
no_route(Antikythera.Conn.t()) :: Antikythera.Conn.t()
Link to this function
ws_too_many_connections(conn)
View Source
ws_too_many_connections(Antikythera.Conn.t()) :: Antikythera.Conn.t()