Skip to content
#

sessions

Here are 338 public repositories matching this topic...

svemix
pixelmund
pixelmund commented Feb 20, 2022

Describe the bug

Currently there is no easy way to throw errors inside loaders/actions. We should probably come up with an easy to use solution.

I have something like the following in my head:

<script context="module" ssr>
  import {  NotFoundError, HttpError } from "svemix/errors"
  export const loader = () => {
    throw new NotFoundError("User not found").
    throw n
enhancement good first issue
GregUtas
GregUtas commented Nov 5, 2017

Implement Message.InspectMsg and suitable overrides. This function should be invoked when a message is sent, but only when a debug flag is enabled in a lab load. Its purpose is to verify that the message

  • belongs to a valid protocol
  • matches its PSM's protocol (if sent by a PSM)
  • has a valid signal for its protocol
  • contains all parameters that are mandatory for its signal
  • contains

Improve this page

Add a description, image, and links to the sessions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sessions topic, visit your repo's landing page and select "manage topics."

Learn more