Learn R Programming

omophub (version 1.1.0)

abort_api_error: Abort with OMOPHub API Error

Description

Abort with OMOPHub API Error

Usage

abort_api_error(status, message, endpoint, call = rlang::caller_env())

Arguments

status

HTTP status code.

message

Error message.

endpoint

API endpoint that failed.

call

The calling environment.