LensExcludedErrorEvent: {
    name: "LensExcludedError";
    cause: Error;
    lensId: string;
    reason: ListenLensPushResponse_ExcludedLens_Code;
}

This error will occur if the lens is excluded from push for any reason.

Type declaration

  • name: "LensExcludedError"

    Type of the event.

  • cause: Error

    The reason of the error event.

  • lensId: string

    Lens id

  • reason: ListenLensPushResponse_ExcludedLens_Code

    Contains the reason why the lens was excluded.

    Use cause.message instead.