proton-quark-error
Version:
Load error defined and use them with proton microframework
17 lines (16 loc) • 336 B
JSON
{
"opts": {
"unknownError": {
"code": "UserUnknownError",
"description": "Please contact the API provider for more information.",
"status": 500
}
},
"notFound": {
"status": 404,
"description": "User not found."
},
"emailExist": {
"description": "The email already exist in system."
}
}