UNPKG

augnitoambientsdk

Version:

Use this typescript SDK to integrate Augnito’s Ambient Tech within your EMR. To get access credentials or know more about how Augnito Ambient can benefit you, please visit our website and connect with our sales team: https://augnito.ai/

27 lines 1.6 kB
export const ErrorMessages = { invalidUserDetails: 'Invalid user details, please check again', invalidSubscription: 'Subscription is not valid.', invalidRequest: 'invalid request. Please make sure AccessKey, SubscriptionCode and UserTag is sent along with the request', activeSeatNotAvailable: 'Active seat is not available for user', invalidParameters: 'Invalid query parameters, please check again', invalidCreds: 'Invalid creds, please check again', unableTofetchAccount: 'Unable to fetch account details, please try again.', unableToFetchJob: 'Unable to fetch job details, please try again.', jobNotConnectable: 'Job not reconnectable', timeoutExceeded: 'Timeout exceeded', rateLimitExceeded: 'Rate Limit Exceeded, Please try again in sometime!', weakAudioSignal: 'Audio Signal is power very LOW, Mic might be muted', jobIdEmpty: 'Job Id is empty', pageSizeEmpty: 'Page Size is undefined', noteDataEmpty: 'Note Data is empty', jobNameEmpty: 'Job Name is empty', patientContextEmpty: 'Patient Context is empty', micPermissionDenied: 'Mic permission denied', micMuted: 'Microphone is muted', audioUnplugged: 'Audio track ended. Possibly the mic was unplugged', unknownError: 'Oops! Something went wrong', sdkUnintialised: 'SDK not initialized', noInternetConnection: 'Internet is not available. Try again later.', feedbackNotEnabled: 'Feedback is not enabled. Please contact administrator for more details.', transcriptionNotEnabled: 'Automatic Transcription is not enabled for the organisation', }