Closed
Description
how to custom http response error. when cannot unmarshal http request data to model
Ex.
From...
{
"error": "json: cannot unmarshal number into Go value of type string",
"code": 3,
"message": "json: cannot unmarshal number into Go value of type string"
}
To...
{
"error": {
"field1": 11013,
"field2": 1401,
"field3": 0,
"field4": "unmarshal type error"
}
}
Metadata
Metadata
Assignees
Labels
No labels