Skip to content

@melio-eng/cfc-sdk


@melio-eng/cfc-sdk / ErrorHandlingConfig

Interface: ErrorHandlingConfig

Defined in: features/errors.ts:5

Properties

onAuthenticationError()?

optional onAuthenticationError: (reason, message) => void

Defined in: features/errors.ts:6

Parameters

reason

AuthErrorReason

message

string

Returns

void


onExitRequested()?

optional onExitRequested: (originator) => void

Defined in: features/errors.ts:8

Parameters

originator

string

Returns

void


onSessionExpired()?

optional onSessionExpired: () => void

Defined in: features/errors.ts:7

Returns

void