QVAC Logo

stopQVACProvider( )

Stops the running provider service.

function stopQVACProvider(): Promise<object>;

Stops the running provider service. Takes no arguments.

Returns

Promise<object> — The stop provide response containing success and optional error.

Throws

ErrorWhen
INVALID_RESPONSE_TYPEResponse type does not match expected "stopProvide"
PROVIDER_STOP_FAILEDThe server reports provider stop failure

Example

await stopQVACProvider();

On this page