When NV3 is unable to validate the name normally, a StatusDetail object is returned instead of the NameResult object. This object is designed to return a dynamic message detailing what went wrong, however there are a few static messages that can be returned in specific situations. These are:
"statusDetail": {
"message": "Required input missing",
"detail": "FullName OR FirstName OR LastName are required."
}
and
"statusDetail": {
"message": "An unexpected error occurred. Please contact Service Objects.",
"detail": ""
}