-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
this is my error:
{
"message": "movie validation failed",
"name": "ValidationError",
"errors": {
"url": {
"message": "Path url is required.",
"name": "ValidatorError",
"properties": {
"type": "required",
"message": "Path {PATH} is required.",
"path": "url"
},
"kind": "required",
"path": "url"
},
"title": {
"message": "Path title is required.",
"name": "ValidatorError",
"properties": {
"type": "required",
"message": "Path {PATH} is required.",
"path": "title"
},
"kind": "required",
"path": "title"
}
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels