Closed noctera closed 3 years ago
When using the third parameter ("fields"-parameter) you get back a fields property in the response
throw new ApiError(httpStatus.UNAUTHORIZED, 'invalid password', 'password'); response:
throw new ApiError(httpStatus.UNAUTHORIZED, 'invalid password', 'password');
{ "code": 401, "field": "password", "message": "invalid password", }
Description
When using the third parameter ("fields"-parameter) you get back a fields property in the response
throw new ApiError(httpStatus.UNAUTHORIZED, 'invalid password', 'password');
response:Motivation and Context
Screenshots / GIFs (if appropriate):
Checklist
Resolves