Skip to content

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

@slifty

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.

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