Hierarchical Value Service API  future
api indexerror index

Error HVS-003501

since: 0.1

INVALID_ID_FORMAT

The identifier specified in the request does not have the correct format. The format of the identifier must be able to be interpreted as a UUID by the parser. The specified format of a UUID is XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX, where X represents any hexadecimal digit either upper case or lower case: [0-9a-fA-F].

The details present in the error message are:

  1. The ID specified in the request

Example error message: The ID 1234 is not in a valid UUID format.