ClearOS Bug Tracker


View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0021361ClearOSclearos-frameworkpublic2018-08-31 14:392018-09-04 11:03
Reporteruser2 
Assigned Touser2 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version7.5.0 UpdatesFixed in Version7.5.0 Updates 
Summary0021361: Extend validation exception for API
DescriptionThe Validation_Exception should add a handler for validating all inputs before returning an exception. The API can then return all the validation details in the response payload:

{
    "status_code": "422.000",
    "status_message": "Validation error.",
    "validation_details": {
        "id": "System ID is invalid.",
        "name": "System name contains invalid characters."
    }
}
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2018-08-31 14:39 user2 New Issue
2018-09-04 10:08 user2 Status new => confirmed
2018-09-04 10:09 user2 Status confirmed => resolved
2018-09-04 10:09 user2 Fixed in Version => 7.5.0 Updates
2018-09-04 10:09 user2 Resolution open => fixed
2018-09-04 10:09 user2 Assigned To => user2
2018-09-04 11:03 user2 Status resolved => closed