ILocationErrorArguments interface

This object represents the error data that the Location action can throw.

Extends

Properties

error

Error codes specific to the Get Location Error

type

Indicates this is a Viva GetLocation or ShowLocation action.

Property Details

error

Error codes specific to the Get Location Error

error: {
        code: 'InternalError' | 'PermissionDenied';
    };

Property Value

{ code: 'InternalError' | 'PermissionDenied'; }

type

Indicates this is a Viva GetLocation or ShowLocation action.

type: 'VivaAction.GetLocation' | 'VivaAction.ShowLocation';

Property Value

'VivaAction.GetLocation' | 'VivaAction.ShowLocation'