Member Junction
    Preparing search index...

    Interface RemoteOperationInvokabilityResult

    Why an operation is not currently invokable (for a clear caller-facing rejection).

    interface RemoteOperationInvokabilityResult {
        Invokable: boolean;
        Reason?: string;
        ResultCode?: string;
    }
    Index

    Properties

    Invokable: boolean

    True when the operation may be dispatched.

    Reason?: string

    Human-readable reason when not invokable.

    ResultCode?: string

    Machine-readable reason code when not invokable (e.g. OPERATION_DISABLED, OPERATION_NOT_APPROVED).