AcCmOnErrorCallback: (url: string) => void

Callback function that is called when any loading operation encounters an error.

Type declaration

    • (url: string): void
    • Parameters

      • url: string

        The URL of the item that failed to load.

      Returns void