# Functions
NewHiveBadRequestError - create a new HiveError for a 400 themisError code
//path is the endpoint where the themisError happened
//detail is the themisError description
*/.
NewHiveInternalServerError - create a new HiveError for a 500 themisError code
//path is the endpoint where the themisError happened
//detail is the themisError description
*/.
NewHiveUnauthorizedError - create a new HiveError for a 401 themisError code
//path is the endpoint where the themisError happened
//detail is the themisError description
*/.