Skip to main content

UpdateDependentResponse

Union response for updateDependent mutation

union UpdateDependentResponse =
| BadRequestError
| InternalServerError
| UpdateDependentResult

Possible types

UpdateDependentResponse.BadRequestError object

Returned when there is an error in the request.

UpdateDependentResponse.InternalServerError object

Returned when an error is encountered that is not expected.

UpdateDependentResponse.UpdateDependentResult object

Successful result of updating a dependent

Returned By

updateDependent mutation