Skip to content

Loading a nonexistant folder from stela throws a generic error #518

Description

@slifty

if (items.length === 0) {
throw new Error('Folder not found');
}

This general Error means that getFolder is no longer returning an HTTPStatusCode with 404 in the event a folder doesn't exist. This is unexpected behavior, and is very hard to catch for a client.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions