httpResponseErrorObject

httpResponseErrorObject
httpResponseErrorObject

Schema for the HTTP error object

JSON Example
{
    "message": "pop(s) for vni: 1 do not exist",
    "path": "object.path",
    "key": "INVALID_PARAMS"
}
string
message
Required

Error message thrown by the search service

string
path
Optional

Path for the origin of the error

string
key
Optional

Error key for the message

Possible values are : INTERNAL_ERROR, INVALID_PARAMS, INVALID_QUERY_PARAMS, ALREADY_EXISTS, INVALID_SEARCH_ENDPOINT, INVALID_SEARCH_INPUTS, ,