IndividualResponse
A union representing the possible return types when querying for an Individual
union IndividualResponse = BadRequestError | Individual | InternalServerError
Possible types
IndividualResponse.BadRequestError
object
Returned when there is an error in the request.
IndividualResponse.Individual
object
An Individual
IndividualResponse.InternalServerError
object
Returned when an error is encountered that is not expected.
Returned By
individual
query