-
-
Notifications
You must be signed in to change notification settings - Fork 362
Closed
Labels
Description
We often need to distinguish the types of errors that are generated. Some errors are not serious. Adding an error level would be very helpful.
"level" = ["critical","error", "warning","success";
e.g. Prevent large amounts of data from getting stored into a repository. This feature would add some complexity to the result object.
schema:
{
"type": "string",
"level": "critical",
"maxLength": 50000
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Closed