antikythera v0.3.0 AntikytheraCore.Handler.GearError View Source
Link to this section Summary
Link to this section Functions
Link to this function
bad_executor_pool_id(conn, reason)
View Sourcebad_executor_pool_id( Antikythera.Conn.t(), Antikythera.ExecutorPool.BadIdReason.t() ) :: Antikythera.Conn.t()
Link to this function
bad_request(conn)
View Sourcebad_request(Antikythera.Conn.t()) :: Antikythera.Conn.t()
Link to this function
error(conn, reason, stacktrace)
View Sourceerror(Antikythera.Conn.t(), reason(), stacktrace()) :: Antikythera.Conn.t()
Link to this function
internal_error_body(conn, reason, stacktrace)
View Sourceinternal_error_body(Antikythera.Conn.t(), reason(), stacktrace()) :: String.t()
Link to this function
no_route(conn)
View Sourceno_route(Antikythera.Conn.t()) :: Antikythera.Conn.t()
Link to this function
ws_too_many_connections(conn)
View Sourcews_too_many_connections(Antikythera.Conn.t()) :: Antikythera.Conn.t()