Skip to content

Consistent error messages #42

@clemy

Description

@clemy

Please implement consistent error messages for all error conditions, especially caused by invalid input data. Please catch and handle exceptions (weight json parser).
For beeing able to use it within the GUI I would prefer an option to get the error in some machine readable format like JSON:

{
    "errorMessage": "some human readable error message",
    "location": {
        "inputName": "query",
        "lineStart": 1,
        "lineEnd": 1,
        "columnStart": 3,
        "columnEnd": 5
    }
}

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