Type alias ApiResponseValidator

ApiResponseValidator: ((context) => ApiResponseValidatorResultValue | PromiseLike<ApiResponseValidatorResultValue>)

A function, that validates an API response.

Returns

If explicitly false, the function will throw an UnexpectedApiResponseError.

Throws

UnexpectedApiResponseError

Generated using TypeDoc